1
0
mirror of synced 2025-12-07 22:08:15 +08:00

内部优化

This commit is contained in:
xuliangzhan
2019-11-07 20:57:11 +08:00
parent 71bc315e85
commit 76e67ea469
6 changed files with 85 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-export",
"version": "1.0.6",
"version": "1.0.7",
"description": "基于 vxe-table 表格的增强插件,支持导出 xlsx 等格式",
"scripts": {
"lib": "gulp build"
@@ -49,12 +49,12 @@
"prettier": "^1.18.2",
"typescript": "^3.6.3",
"vue": "^2.6.10",
"vxe-table": "^2.6.12",
"vxe-table": "^2.6.14",
"xe-utils": "^2.2.11",
"xlsx": "^0.15.1"
},
"peerDependencies": {
"vxe-table": ">=2.6.14",
"vxe-table": ">=2.6.15",
"xe-utils": ">=2.2.0"
},
"repository": {