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

Typo in the installation instructions #19

Open
aonghas opened this issue May 13, 2020 · 0 comments
Open

Typo in the installation instructions #19

aonghas opened this issue May 13, 2020 · 0 comments

Comments

@aonghas
Copy link

aonghas commented May 13, 2020

Describe the bug:
In the install docs it says to add

mounted() { const instance = this.$refs.el.dropzone; },

but I think it's just

mounted() { const instance = this.$refs.el; // or whatever other ref you call the component with },

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

1 participant