兰宝车间质量管理系统-前端
LiuHao
2024-04-05 0442bd638d442748523c7ce45c7500b21c2a4e5f
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);
onMounted(() => {
  nextTick(() => {