no message

Former-commit-id: 790cbb22968ec5539df092e91148e7cc75baf8c1
Former-commit-id: b86992bc97242244f343f0311cae6400adf24641
Former-commit-id: 7d67b7feff3025551a4881da6e75fa11b7ab2fd4
This commit is contained in:
李杨
2018-02-11 22:38:55 +08:00
parent 5bcc00dc8a
commit 8658217baa
3 changed files with 9 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ Vue.use(pluginExport)
## Vue.$export.csv()
此方法将数据以 `CSV` 格式导出,并且返回一个 `Promise` ,可以使用 `then` 回调
此方法将数据以 `CSV` 格式导出,并且返回一个 `Promise` 对象
使用
@@ -71,6 +71,8 @@ this.$export.csv({
## Vue.$export.excel()
此方法将数据以 `xlsx` 格式导出,并且返回一个 `Promise` 对象
使用
```