Skip to content

Commit b905fe2

Browse files
committed
update
1 parent 9d7ab6b commit b905fe2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![npm downloads](https://img.shields.io/npm/dm/vxe-table-plugin-export-pdf.svg?style=flat-square)](http://npm-stat.com/charts.html?package=vxe-table-plugin-export-pdf)
66
[![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
77

8-
基于 [vxe-table](https://www.npmjs.com/package/vxe-table) 的表格插件,支持导出 pdf 格式
8+
基于 [vxe-table](https://www.npmjs.com/package/vxe-table) 的表格插件,支持导出 pdf 格式,依赖 [jspdf](https://github.com/MrRio/jsPDF)
99

1010
## Installing
1111

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"typescript": "^4.0.5",
5353
"vue": "^2.6.12",
5454
"vxe-table": "^2.10.0",
55-
"xe-utils": "^3.0.1"
55+
"xe-utils": "^3.0.4"
5656
},
5757
"peerDependencies": {
58-
"vxe-table": ">= 2.9"
58+
"vxe-table": ">= 2.10"
5959
},
6060
"repository": {
6161
"type": "git",

0 commit comments

Comments
 (0)