Commit 02439cf2 authored by tanghao's avatar tanghao

123

parent 18b94678
......@@ -7,7 +7,8 @@ import { createApp } from 'vue'
import App from './App.vue'
import ElementPlus from 'element-plus'
import VxeTable,{VXETable,VxeLoading} from 'vxe-table'
import VxeTable,{VXETable} from 'vxe-table'
import { setupRouter } from './router'
import { setupStore } from './stores'
......@@ -36,8 +37,6 @@ function bootstrap() {
})
app.use(VxeTable)
app.use(VxeLoading)
app.mount('#app')
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment