重构v4版本

This commit is contained in:
xuliangzhan
2021-03-05 17:42:23 +08:00
parent 2b4cf09e8d
commit 189363a9f4
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# vxe-table-plugin-export-xlsx
[![gitee star](https://gitee.com/xuliangzhan_admin/vxe-table-plugin-export-xlsx/badge/star.svg?theme=dark)](https://gitee.com/xuliangzhan_admin/vxe-table-plugin-export-xlsx/stargazers)
[![gitee star](https://gitee.com/x-extends/vxe-table-plugin-export-xlsx/badge/star.svg?theme=dark)](https://gitee.com/x-extends/vxe-table-plugin-export-xlsx/stargazers)
[![npm version](https://img.shields.io/npm/v/vxe-table-plugin-export-xlsx.svg?style=flat-square)](https://www.npmjs.com/package/vxe-table-plugin-export-xlsx)
[![npm downloads](https://img.shields.io/npm/dm/vxe-table-plugin-export-xlsx.svg?style=flat-square)](http://npm-stat.com/charts.html?package=vxe-table-plugin-export-xlsx)
[![npm license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
@@ -15,6 +15,7 @@ npm install xe-utils vxe-table vxe-table-plugin-export-xlsx exceljs
```javascript
// ...
import VXETable from 'vxe-table'
import VXETablePluginExportXLSX from 'vxe-table-plugin-export-xlsx'
// ...

View File

@@ -1,4 +1,3 @@
/* eslint-disable no-unused-vars */
import XEUtils from 'xe-utils/ctor'
import {
VXETableByVueProperty,
@@ -24,7 +23,6 @@ declare module 'vxe-table/lib/vxe-table' {
}
}
}
/* eslint-enable no-unused-vars */
const defaultHeaderBackgroundColor = 'f8f8f9'
const defaultCellFontColor = '606266'