vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

export 'vue2Dropzone' was not found in 'vue2-dropzone' on console.

Open suyoungpk opened this issue 4 years ago • 1 comments

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.....

suyoungpk avatar Jun 17 '21 04:06 suyoungpk

Shouldn't it read import { vueDropzone } from 'vue2-dropzone'?

bigsee avatar Jun 17 '22 05:06 bigsee