This commit is contained in:
xuliangzhan
2021-03-04 22:21:39 +08:00
parent b7f6d870e8
commit 2b4cf09e8d
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
node_modules
/dist
package-lock.json
yarn.lock
# local env files
.env.local

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-export-xlsx",
"version": "3.0.0-alpha.2",
"version": "3.0.0-beta.0",
"description": "基于 vxe-table 的表格插件,支持导出 xlsx 格式",
"scripts": {
"lib": "gulp build"
@@ -48,8 +48,8 @@
"markdown-doctest": "^1.1.0",
"prettier": "^2.1.2",
"typescript": "^4.0.5",
"vue": "^3.0.4",
"vxe-table": "^4.0.0-beta.12",
"vue": "^3.0.6",
"vxe-table": "^4.0.0-beta.15",
"xe-utils": "^3.1.8"
},
"peerDependencies": {