forked from drone/command-center-dashboard

罗广辉
2025-04-21 2800fa4f32f3900509cb4d6eefaf2bfaf54efdd7
src/App.vue
@@ -3,7 +3,11 @@
</template>
<script>
export default {};
import index from '@/mixins';
export default {
  mixins: [index],
};
</script>
<style>
@@ -13,4 +17,7 @@
  width: 100%;
  height: 100%;
}
body{
  font-size: 18px;
}
</style>