This commit is contained in:
姚宇浩 2024-06-04 15:34:41 +08:00
parent 7fd73800ad
commit 6419997632
1 changed files with 0 additions and 6 deletions

View File

@ -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')