feat: base 升级了element-plus版本

This commit is contained in:
caoqianming 2024-06-07 13:58:56 +08:00
parent 8294f8df5b
commit 6f0a3bf09b
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
"dagre-d3": "^0.6.4", "dagre-d3": "^0.6.4",
"dhtmlx-gantt": "^8.0.6", "dhtmlx-gantt": "^8.0.6",
"echarts": "5.4.1", "echarts": "5.4.1",
"element-plus": "2.2.32", "element-plus": "^2.7.4",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"html2canvas": "^1.4.1", "html2canvas": "^1.4.1",
"json-editor-vue3": "^1.0.6", "json-editor-vue3": "^1.0.6",

View File

@ -1,8 +1,8 @@
import sysConfig from "@/config" import sysConfig from "@/config"
import tool from '@/utils/tool' import tool from '@/utils/tool'
import { createI18n } from 'vue-i18n' import { createI18n } from 'vue-i18n'
import el_zh_cn from 'element-plus/lib/locale/lang/zh-cn' import el_zh_cn from 'element-plus/es/locale/lang/zh-cn'
import el_en from 'element-plus/lib/locale/lang/en' import el_en from 'element-plus/es/locale/lang/en'
import zh_cn from './lang/zh-cn.js' import zh_cn from './lang/zh-cn.js'
import en from './lang/en.js' import en from './lang/en.js'