We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f804218 commit 4ae6b8aCopy full SHA for 4ae6b8a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vxe-table-plugin-export-pdf",
3
- "version": "1.3.1",
+ "version": "1.3.3",
4
"description": "基于 vxe-table 表格的增强插件,支持导出 pdf 格式",
5
"scripts": {
6
"lib": "gulp build"
@@ -48,12 +48,12 @@
48
"prettier": "^1.18.2",
49
"typescript": "^3.8.3",
50
"vue": "^2.6.11",
51
- "vxe-table": "^2.8.33",
52
- "xe-utils": "^2.4.2",
+ "vxe-table": "^2.9.0",
+ "xe-utils": "^2.4.4",
53
"jspdf": "^1.5.3"
54
},
55
"peerDependencies": {
56
- "vxe-table": ">=2.8.0",
+ "vxe-table": ">=2.9.0",
57
"xe-utils": ">=2.4.0",
58
"jspdf": ">=1.5.0"
59
0 commit comments