chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

DropZone not working and not giving any errors #35

Closed Peter2962 closed 6 years ago

Peter2962 commented 6 years ago

Hi,

Hope you are well? Could you please help with the dropzone? When i click on the picture icon, it does not show the dropzone. Please see image for more imformation. Thank you.

capture-132

invmatt commented 6 years ago

Having the same issue. When running in development mode the dropzone area appears correctly. Once compiled for production the dropzone just shows an empty div.

Package version is 1.3.2 No errors are logged to console.

image

chmln commented 6 years ago

This random error was on Vue's part or maybe uglifyjs. Apparently components being named in lowercase causes these errors, while nothing is logged in the console.

v1.3.4 is out with the fix.