This commit is contained in:
parent
7fd73800ad
commit
6419997632
|
@ -7,12 +7,6 @@ import ElementPlus from 'element-plus'
|
|||
import 'element-plus/dist/index.css'
|
||||
import './assets/css/common.css'
|
||||
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
|
||||
zhCn.el.pagination = {
|
||||
goto: "跳转至",
|
||||
pageClassifier: "",
|
||||
pagesize: "",
|
||||
total: "共 {total} 条",
|
||||
};
|
||||
createApp(App).use(router).use(ElementPlus,{
|
||||
locale: zhCn,
|
||||
}).mount('#app')
|
||||
|
|
Loading…
Reference in New Issue