Compare commits
No commits in common. 'c6f1d1e5c199b2ffd4ffa502853ffb3b8a591008' and '0bc5fe1c9cff484608aebc09111bdcdf7dfcded1' have entirely different histories.
c6f1d1e5c1
...
0bc5fe1c9c
@ -1,18 +0,0 @@
|
||||
import Vue from 'vue'
|
||||
import { VxeUpload, VxeDatePicker, VxeNumberInput, VxeModal } from 'vxe-pc-ui'
|
||||
import 'vxe-pc-ui/lib/style.css'
|
||||
import VxeTable from 'vxe-table'
|
||||
import 'vxe-table/styles/index.scss'
|
||||
import VXETablePluginExportXLSX from 'vxe-table-plugin-export-xlsx'
|
||||
import ExcelJS from 'exceljs'
|
||||
|
||||
VxeTable.use(VXETablePluginExportXLSX, {
|
||||
ExcelJS
|
||||
})
|
||||
|
||||
Vue.use(VxeUpload)
|
||||
Vue.use(VxeDatePicker)
|
||||
Vue.use(VxeNumberInput)
|
||||
Vue.use(VxeModal)
|
||||
Vue.use(VxeTable)
|
||||
|
||||
Loading…
Reference in new issue