基础element-plus模板项目

This commit is contained in:
Gary Fu
2023-05-01 17:43:01 +08:00
parent 84e0065559
commit 8e79475ea2
7 changed files with 1297 additions and 47 deletions

View File

@@ -16,7 +16,7 @@ app.use(router)
app.use(ElementPlus)
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
app.component(key, component)
app.component(key, component)
}
app.mount('#app')