mirror of
https://gitee.com/x-extends/vxe-table-plugin-export-xlsx.git
synced 2026-01-21 05:21:33 +08:00
fix
This commit is contained in:
2
index.ts
2
index.ts
@@ -457,7 +457,7 @@ export const VXETablePluginExportXLSX = {
|
||||
}) {
|
||||
// 检查版本
|
||||
if (!/^(4)\./.test(vxetable.version)) {
|
||||
console.error('[vxe-table-plugin-export-pdf] Version vxe-table 4.x is required')
|
||||
console.error('[vxe-table-plugin-export-pdf 4.x] Version vxe-table 4.x is required')
|
||||
}
|
||||
|
||||
globalVxetable = vxetable
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.2",
|
||||
"eslint-plugin-typescript": "^0.14.0",
|
||||
"exceljs": "^4.3.0",
|
||||
"exceljs": "^4.4.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^8.0.0",
|
||||
"gulp-babel": "^8.0.0",
|
||||
@@ -52,7 +52,7 @@
|
||||
"typescript": "^4.6.4",
|
||||
"vue": "^3.3.4",
|
||||
"vxe-table": "^4.5.18",
|
||||
"xe-utils": "^3.5.18"
|
||||
"xe-utils": "^3.5.19"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vxe-table": "^4.5.0"
|
||||
|
||||
Reference in New Issue
Block a user