forked from drone/command-center-dashboard

shuishen
2025-04-11 29707c5d2e1e91c1311d19547c8ad8b4d96c10b2
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>