1
0
mirror of synced 2025-12-07 13:58:08 +08:00
This commit is contained in:
xuliangzhan
2020-03-27 23:59:44 +08:00
parent f048cea8f6
commit a098008e90

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-export-xlsx",
"version": "1.3.0",
"version": "1.3.1",
"description": "基于 vxe-table 表格的增强插件,支持导出 xlsx 格式",
"scripts": {
"lib": "gulp build"
@@ -48,7 +48,7 @@
"prettier": "^1.18.2",
"typescript": "^3.8.3",
"vue": "^2.6.11",
"vxe-table": "^2.8.31",
"vxe-table": "^2.8.33",
"xe-utils": "^2.4.2",
"xlsx": "^0.15.6"
},