mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-22 02:47:27 +08:00
add admin
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import ElementPlus from 'element-plus'
|
||||
import '../element-variables.scss'
|
||||
import locale from 'element-plus/lib/locale/lang/zh-cn'
|
||||
|
||||
export default (app) => {
|
||||
app.use(ElementPlus, { locale })
|
||||
}
|
||||
Reference in New Issue
Block a user