update
This commit is contained in:
@@ -15,12 +15,10 @@ npm install xe-utils vxe-table vxe-table-plugin-export-xlsx xlsx
|
||||
```
|
||||
|
||||
```javascript
|
||||
import Vue from 'vue'
|
||||
import VXETable from 'vxe-table'
|
||||
// ...
|
||||
import VXETablePluginExportXLSX from 'vxe-table-plugin-export-xlsx'
|
||||
import 'vxe-table/lib/index.css'
|
||||
// ...
|
||||
|
||||
Vue.use(VXETable)
|
||||
VXETable.use(VXETablePluginExportXLSX)
|
||||
```
|
||||
|
||||
|
||||
@@ -48,8 +48,8 @@
|
||||
"prettier": "^1.18.2",
|
||||
"typescript": "^3.8.3",
|
||||
"vue": "^2.6.11",
|
||||
"vxe-table": "^2.9.0",
|
||||
"xe-utils": "^2.4.4",
|
||||
"vxe-table": "^2.9.3",
|
||||
"xe-utils": "^2.4.5",
|
||||
"xlsx": "^0.15.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user