vue-json-to-csv-async
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "vue-json-to-csv-async", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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", |
@@ -1,2 +0,2 @@ | ||
# vue-json-to-csv | ||
# vue-json-to-csv-async | ||
@@ -7,3 +7,3 @@ 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) | ||
`npm install --save vue-json-to-csv` or use `dist/vue-json-to-csv.min.js` | ||
`npm install --save vue-json-to-csv-async` or `yarn add vue-json-to-csv-async` | ||
@@ -16,5 +16,11 @@ | ||
```javascript | ||
import VueJsonToCsv from 'vue-json-to-csv' | ||
import VueJsonToCsv from 'vue-json-to-csv-async' | ||
``` | ||
If you just want to use component | ||
```javascript | ||
import VueJsonToCsv from 'vue-json-to-csv-async/src/JsonToCsv' | ||
``` | ||
For standalone usage: | ||
@@ -21,0 +27,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
14255
123