thatsus / vue-csv-downloader

A Vue.js button component to download a CSV file of client-side data
7 stars 3 forks source link

Vue3 compat? #4

Open Sokawaii25 opened 2 years ago

Sokawaii25 commented 2 years ago

Would be lovely to be able to use it on Vue3, but currently there is the "_c variable" error

image

Sokawaii25 commented 2 years ago

I tried to import it as a component (so copy paste the CsvDownload.vue file into my project) and the issue seems to come from json2csv library image