vue-json-to-csv-async
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "vue-json-to-csv-async", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Vue.js 2 component to transform and download a json in csv format. It also accepts promises as value.", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-json-to-csv.js", |
# vue-json-to-csv | ||
A Vue.js 2 component to transform and download a json in csv format [https://angeliquekom.github.io/vue-json-to-csv.github.io/](https://angeliquekom.github.io/vue-json-to-csv.github.io/) | ||
A Vue.js 2 component to transform and download a json in csv format [https://github.com/nemanjagajic/vue-json-to-csv](https://github.com/nemanjagajic/vue-json-to-csv) | ||
@@ -9,6 +9,3 @@ ## Installation | ||
## Demo | ||
[Demo](https://angeliquekom.github.io/vue-json-to-csv.github.io/) | ||
## Usage | ||
@@ -44,2 +41,10 @@ | ||
``` | ||
If you want, you can pass a promise which will resolve array instead of just passing plain array | ||
```html | ||
<vue-json-to-csv :json-data-generator="getItemsToExport"> | ||
</vue-json-to-csv> | ||
``` | ||
#### Result csv | ||
@@ -46,0 +51,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14121
117