1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

安装element-plus, axios

This commit is contained in:
2022-10-21 14:57:45 +08:00
parent cdb59b0743
commit cc12d073f5
5 changed files with 506 additions and 37 deletions

View File

@@ -0,0 +1,8 @@
import { ElButton } from 'element-plus'
import lang from 'element-plus/lib/locale/lang/zh-cn'
import locale from 'element-plus/lib/locale'
export default (app) => {
locale.use(lang)
app.use(ElButton)
}