Подготовить HY2XS к production-сборке
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import { ElConfigProvider } from "element-plus";
|
||||
import { useAppStore } from "@/store/modules/app";
|
||||
const appStore = useAppStore();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<el-config-provider :locale="appStore.locale" :size="appStore.size">
|
||||
<router-view />
|
||||
</el-config-provider>
|
||||
</template>
|
||||
Reference in New Issue
Block a user