提交
This commit is contained in:
@@ -31,8 +31,8 @@ import 'element-plus/dist/index.css'
|
||||
import 'element-plus/theme-chalk/index.css'
|
||||
import locale from 'element-plus/lib/locale/lang/zh-cn';
|
||||
|
||||
// import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
|
||||
import zhCn from 'element-plus/lib/locale/lang/zh-cn'
|
||||
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
|
||||
// import zhCn from 'element-plus/lib/locale/lang/zh-cn'
|
||||
import api from "./utils/api";
|
||||
|
||||
//引入封装Axios请求
|
||||
@@ -74,7 +74,6 @@ app.use(ElSkeletonItem)
|
||||
app.use(ElMessage)
|
||||
app.use(ElBreadcrumb)
|
||||
|
||||
|
||||
app.use(store).use(router).use(Axios).mount('#app')
|
||||
// app.use(store).use(router).use(Axios).use(ElementPlus, {
|
||||
// locale: zhCn
|
||||
|
||||
Reference in New Issue
Block a user