forked from drone/command-center-dashboard

chenyao
2025-03-27 c790be6bd726c72d9624b219000351e100e2d2db
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>