1
0
mirror of synced 2025-12-08 06:26:45 +08:00

release 2.0

This commit is contained in:
xuliangzhan
2020-10-10 00:24:35 +08:00
parent 1aa6afb69a
commit 3763acebaa
2 changed files with 80 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-export-xlsx",
"version": "1.6.4",
"version": "2.0.0-beta.0",
"description": "基于 vxe-table 表格的增强插件,支持导出 xlsx 格式",
"scripts": {
"lib": "gulp build"
@@ -48,12 +48,12 @@
"prettier": "^1.18.2",
"typescript": "^3.9.3",
"vue": "^2.6.11",
"vxe-table": "^2.9.22",
"vxe-table": "^3.0.0-beta.4",
"xe-utils": "^2.7.12",
"xlsx": "^0.16.6"
},
"peerDependencies": {
"vxe-table": ">= 2.9.0",
"vxe-table": ">= 3.0.0",
"xlsx": ">= 0.16.0"
},
"repository": {