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

Typo in the installation instructions

Open aonghas opened this issue 5 years ago • 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 },

aonghas avatar May 13 '20 01:05 aonghas