vue-json-to-csv-async
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "vue-json-to-csv-async", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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", |
@@ -47,3 +47,3 @@ # vue-json-to-csv-async | ||
If you want, you can pass a promise which will resolve array instead of just passing plain array | ||
If you want, you can pass async function which will return an array instead of just passing plain array | ||
@@ -50,0 +50,0 @@ ```html |
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
14262