You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I open page where I use nuxt-dropzone, it throws SCRIPT1003: Expected ':' in IE11.
I thought transpiling will fix IE Support. by adding below configuration in nuxt.config.js
build: {
transpile: ['vue2-dropzone']
}
No error comes in IE but component stopped working , Following error is displayed in browser console
Error Log:-
Unknown custom element: - did you register the component correctly? For recursive
components, make sure to provide the "name" option.
Please check.
Thanks
FYKI:-
Using Nuxt version:- ^2.10.2
"nuxt-dropzone": "^1.0.4"
The text was updated successfully, but these errors were encountered:
Since I don't have access to a machine with IE, I can't really conveniently test nor fix this. Thanks for reporting this, I'm going to leave the ticket open, PRs welcome.
If I open page where I use nuxt-dropzone, it throws SCRIPT1003: Expected ':' in IE11.
I thought transpiling will fix IE Support. by adding below configuration in nuxt.config.js
build: {
transpile: ['vue2-dropzone']
}
No error comes in IE but component stopped working , Following error is displayed in browser console
Error Log:-
Unknown custom element: - did you register the component correctly? For recursive
components, make sure to provide the "name" option.
Please check.
Thanks
FYKI:-
Using Nuxt version:- ^2.10.2
"nuxt-dropzone": "^1.0.4"
The text was updated successfully, but these errors were encountered: