File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ 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 )
6
6
[ ![ npm license] ( https://img.shields.io/github/license/mashape/apistatus.svg )] ( LICENSE )
7
7
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 ) 库
9
9
10
10
## Installing
11
11
Original file line number Diff line number Diff line change 52
52
"typescript" : " ^4.0.5" ,
53
53
"vue" : " ^2.6.12" ,
54
54
"vxe-table" : " ^2.10.0" ,
55
- "xe-utils" : " ^3.0.1 "
55
+ "xe-utils" : " ^3.0.4 "
56
56
},
57
57
"peerDependencies" : {
58
- "vxe-table" : " >= 2.9 "
58
+ "vxe-table" : " >= 2.10 "
59
59
},
60
60
"repository" : {
61
61
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments