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
versions:
"babel-polyfill": "^6.26.0",
"vue": "^2.6.12",
"vue2-dropzone": "^3.6.0",
...
in Dropzone.vue
import {vue2Dropzone} from 'vue2-dropzone'
import 'vue2-dropzone/dist/vue2Dropzone.min.css'
....
My client wants to support ie11 so I must use [email protected].
I installed vue2-dropzone and set and then it worked.
it's working but printed that export 'vue2Dropzone' was not found in 'vue2-dropzone' on console.
What should I do about it?
I want to remove the error message only.....
The text was updated successfully, but these errors were encountered:
versions:
"babel-polyfill": "^6.26.0",
"vue": "^2.6.12",
"vue2-dropzone": "^3.6.0",
...
in Dropzone.vue
import {vue2Dropzone} from 'vue2-dropzone'
import 'vue2-dropzone/dist/vue2Dropzone.min.css'
....
My client wants to support ie11 so I must use [email protected].
I installed vue2-dropzone and set and then it worked.
it's working but printed that export 'vue2Dropzone' was not found in 'vue2-dropzone' on console.
What should I do about it?
I want to remove the error message only.....
The text was updated successfully, but these errors were encountered: