nuxt-dropzone
nuxt-dropzone copied to clipboard
Typo in the installation instructions
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 },