修改 README 文件

This commit is contained in:
2022-03-09 12:10:46 +08:00
parent 919340f6d8
commit 67b2c527b4

View File

@@ -7,7 +7,7 @@
由于封装该组件内部引用了`xlsx.js``file-saver.js``elementUI`,因此在使用该组件时,请先安装如下依赖:
```shell
npm install xlsx file-saver element-ui --save
npm install xlsx file-saver --save
```
安装好依赖后,只需将该组件文件夹`ExportExcel`导入到现有项目中即可使用。
@@ -111,10 +111,3 @@ tValue:['id', 'type', 'content', 'time', 'count']
# 效果图
![](https://img2018.cnblogs.com/blog/1460995/201812/1460995-20181218212547911-1667391952.gif)
# 组件代码
完整代码请戳☞[Vue-Components-Library/ExportExcel](https://github.com/wangjiachen199366/Vue-Components-Library/tree/master/ExportExcel)
(完)