Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Mar 23, 2021
1 parent ab127a4 commit b99eb1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const VXETablePluginExportPDF = {
}
}

if (isWin && window.VXETable) {
if (isWin && window.VXETable && window.VXETable.use) {
window.VXETable.use(VXETablePluginExportPDF)
}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-export-pdf",
"version": "1.9.1",
"version": "1.9.2",
"description": "基于 vxe-table 的表格插件,支持导出 pdf 格式",
"scripts": {
"lib": "gulp build"
Expand Down Expand Up @@ -51,7 +51,7 @@
"prettier": "^2.1.2",
"typescript": "^4.0.5",
"vue": "^2.6.12",
"vxe-table": "^2.10.0",
"vxe-table": "^3.2.4",
"xe-utils": "^3.1.11"
},
"peerDependencies": {
Expand Down

0 comments on commit b99eb1a

Please sign in to comment.