parent
2bb55b378b
commit
0ecda66057
File diff suppressed because it is too large
Load Diff
@ -1,13 +1,5 @@
|
|||||||
import { createApp } from 'vue'
|
import { createApp } from 'vue'
|
||||||
import ElementPlus from 'element-plus'
|
|
||||||
import 'element-plus/dist/index.css'
|
|
||||||
import 'element-plus/theme-chalk/dark/css-vars.css'
|
|
||||||
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
|
|
||||||
import MenuSidebar from '../components/menu-sidebar.vue'
|
import MenuSidebar from '../components/menu-sidebar.vue'
|
||||||
|
|
||||||
const app = createApp(MenuSidebar)
|
const app = createApp(MenuSidebar)
|
||||||
app.use(ElementPlus)
|
|
||||||
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
|
|
||||||
app.component(key, component)
|
|
||||||
}
|
|
||||||
app.mount('#menu-sidebar')
|
app.mount('#menu-sidebar')
|
Loading…
Reference in new issue