forked from drone/command-center-dashboard

张含笑
2025-04-19 8575e6b8b9bd15bf15fc131eef38b8f8d4761bf4
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>