Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jan 31, 2024
1 parent 013df11 commit b1e7a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const VXETablePluginExportPDF = {
install (vxetable: VXETableCore, options?: VXETablePluginExportPDFOptions) {
// 检查版本
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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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"
Expand Down

0 comments on commit b1e7a07

Please sign in to comment.