This commit is contained in:
A1300399510
2023-07-13 18:35:33 +08:00
parent 5a918cda3e
commit 50baf3f699
6 changed files with 8 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ import {
ElDropdown,
ElPopover,
ElDatePicker,
ElMessage,
// 其他需要的组件
} from 'element-plus'
@@ -61,6 +62,7 @@ app.use(ElBadge)
app.use(ElDropdown)
app.use(ElPopover)
app.use(ElDatePicker)
app.use(ElMessage)
app.use(store).use(router).use(Axios).mount('#app')