Commit 18b94678 authored by tanghao's avatar tanghao

123

parent ba5f0916
......@@ -7,7 +7,7 @@ import { createApp } from 'vue'
import App from './App.vue'
import ElementPlus from 'element-plus'
import VxeTable,{VXETable} from 'vxe-table'
import VxeTable,{VXETable,VxeLoading} from 'vxe-table'
import { setupRouter } from './router'
import { setupStore } from './stores'
......@@ -36,6 +36,7 @@ function bootstrap() {
})
app.use(VxeTable)
app.use(VxeLoading)
app.mount('#app')
}
......
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