no message
Former-commit-id: 790cbb22968ec5539df092e91148e7cc75baf8c1 Former-commit-id: b86992bc97242244f343f0311cae6400adf24641 Former-commit-id: 7d67b7feff3025551a4881da6e75fa11b7ab2fd4
This commit is contained in:
@@ -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` 对象
|
||||
|
||||
使用
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user