Etheryte/nuxt-dropzone

Typo in the installation instructions

aonghas opened this issue · 0 comments

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 },