1
0
mirror of synced 2025-12-08 22:38:06 +08:00
This commit is contained in:
xuliangzhan
2020-04-24 20:08:42 +08:00
parent e79860fab4
commit ea1c67b607
2 changed files with 4 additions and 6 deletions

View File

@@ -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)
```

View File

@@ -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": {