zhCn引入
This commit is contained in:
@@ -20,7 +20,9 @@ import 'normalize.css/normalize.css'
|
|||||||
createApp(App)
|
createApp(App)
|
||||||
.use(router)
|
.use(router)
|
||||||
.use(createPinia())
|
.use(createPinia())
|
||||||
.use(ElementPlus)
|
.use(ElementPlus,{
|
||||||
|
locale: zhCn,
|
||||||
|
})
|
||||||
.component('Foot', Foot)
|
.component('Foot', Foot)
|
||||||
.component('Head', Head)
|
.component('Head', Head)
|
||||||
.mount('#app')
|
.mount('#app')
|
||||||
|
|||||||
Reference in New Issue
Block a user