Closed Leolik closed 6 years ago
fixed
need add babel-polyfill
to project
Aaaah the magical babel-polyfill
savior of all. Thanks for using this repo @Leolik
Is there any other way to avoid babel-polyfill
@vanoneang I am not aware of any other way yet, but as long as we are using async
await
, we really need babel-polyfill
How did you add babel-polyfill in vue cli3 project? I could not make it work.
@jofftiquez can you please help.
@ateeqrgondal async await is already built-in in vue cli 3.
Thank you @jofftiquez . Can you let me know why I am getting this error then "Uncaught ReferenceError: regeneratorRuntime is not defined" ? When I use vue-html2canvas as Vue.use(html2Canvas), I am getting this error.
@ateeqrgondal I am not getting that error in vue cli 3. :/
https://www.npmjs.com/package/regenerator-runtime
This also helped me.
https://www.npmjs.com/package/regenerator-runtime
Esto también me ayudó.
Muchas gracias, me funciono.
I get this error in console after adding
into main.js