vue-json-csv
vue-json-csv copied to clipboard
Undefined Error
Getting the following error, just loading the website. Not even pressing the download button. I was previously using vue-json-excel with no issues. Any ideas? Uncaught TypeError: Cannot read properties of undefined (reading 'call') at webpack_require (vue-json-csv.common.js?2347:5361:1) at eval (vue-json-csv.common.js?2347:5465:1) at eval (vue-json-csv.common.js?2347:5732:1) at eval (vue-json-csv.common.js?2347:5734:1) at ./node_modules/vue-json-csv/dist/vue-json-csv.common.js (chunk-vendors.js:5238:1) at webpack_require (app.js:854:30) at fn (app.js:151:20) at eval (cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/base/_base-widget-system-bar.vue?vue&type=script&lang=js&:47:71) at ./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/base/_base-widget-system-bar.vue?vue&type=script&lang=js& (app.js:1643:1) at webpack_require (app.js:854:30)
I'm getting the same error. Using Vue: 2.6.10
same here having issues
I'm getting the same error. Using Vue: ^3.0.0
For Vue2 users, see https://github.com/Belphemur/vue-json-csv/issues/170#issuecomment-1160305123