-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
Description
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"