forked from drone/command-center-dashboard

shuishen
2025-04-17 6cf66e68f32d26b2b2a3ab3ac46fb99df5420d3a
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>