diff options
| author | pany <[email protected]> | 2023-07-14 14:49:05 +0800 |
|---|---|---|
| committer | pany <[email protected]> | 2023-07-14 14:49:05 +0800 |
| commit | bee0691d0880ee8693da18dfd07958e85994b609 (patch) | |
| tree | 4c9d11ff00606a2de9a82170a854011a433ece6b /src | |
| parent | 3531250c5135197fae2ffa2e45f4be6dc2ca1034 (diff) | |
chore: 固定 vxe-table 4.4.1 && 升级 element-plus 2.3.8 和其他依赖
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index b267d5b..7a95d51 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@ import { useTheme } from "@/hooks/useTheme" import { resetConfigLayout } from "@/utils" import { ElNotification } from "element-plus" // 将 Element Plus 的语言设置为中文 -import zhCn from "element-plus/lib/locale/lang/zh-cn" +import zhCn from "element-plus/es/locale/lang/zh-cn" const { initTheme } = useTheme() |
