Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
suyoungpk opened this issue Jun 17, 2021 · 1 comment
Open

Comments

@suyoungpk
Copy link

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

@bigsee
Copy link

bigsee commented Jun 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants