兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-04-17 b5042d13d21fc2656695584a7b6e9d5bf5a6a148
src/App.vue
@@ -1,5 +1,5 @@
<template>
  <el-config-provider :locale="appStore.locale" :size="size">
  <el-config-provider :locale="appStore.locale" :size="appStore.size">
    <router-view />
  </el-config-provider>
</template>
@@ -10,7 +10,6 @@
import useAppStore from '@/store/modules/app';
const appStore = useAppStore();
const size = computed(() => appStore.size as any);
onMounted(() => {
  nextTick(() => {