Skip to content

Commit

Permalink
重构v4版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Mar 5, 2021
1 parent cfe7e1c commit 0f43ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vxe-table-plugin-export-pdf

[![gitee star](https://gitee.com/xuliangzhan_admin/vxe-table-plugin-export-pdf/badge/star.svg?theme=dark)](https://gitee.com/xuliangzhan_admin/vxe-table-plugin-export-pdf/stargazers)
[![gitee star](https://gitee.com/x-extends/vxe-table-plugin-export-pdf/badge/star.svg?theme=dark)](https://gitee.com/x-extends/vxe-table-plugin-export-pdf/stargazers)
[![npm version](https://img.shields.io/npm/v/vxe-table-plugin-export-pdf.svg?style=flat-square)](https://www.npmjs.com/package/vxe-table-plugin-export-pdf)
[![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)
[![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
Expand All @@ -15,6 +15,7 @@ npm install xe-utils vxe-table vxe-table-plugin-export-pdf jspdf

```javascript
// ...
import VXETable from 'vxe-table'
import VXETablePluginExportPDF from 'vxe-table-plugin-export-pdf'
// ...

Expand Down
2 changes: 0 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-unused-vars */
import XEUtils from 'xe-utils/ctor'
import {
VXETableByVueProperty,
Expand All @@ -24,7 +23,6 @@ declare global {
jsPDF: any;
}
}
/* eslint-enable no-unused-vars */

interface VXETablePluginExportPDFFonts {
fontName: string;
Expand Down

0 comments on commit 0f43ce5

Please sign in to comment.