mycurelabs / vue-wysiwyg

A simple wysiwyg editor for Vue.js
https://mycurelabs.github.io/vue-wysiwyg/
MIT License
51 stars 12 forks source link

replace all document.getElementById by $ref ! #12

Open signmeuptwice opened 4 years ago

signmeuptwice commented 4 years ago

big issues if multiple instances !

signmeuptwice commented 4 years ago

these are fixed in the fork; see pull request

gergo-tar commented 3 years ago

Hello Any update about this? I have the same problem when I would like to have multiple editors on the same page. Only one is initialized because the id is preset. It would be nice to use $ref instead or just have a prop for the id.