feat: base 升级了element-plus版本
This commit is contained in:
parent
8294f8df5b
commit
6f0a3bf09b
|
@ -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",
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue