mycurelabs / vue-wysiwyg

A simple wysiwyg editor for Vue.js

Home Page:https://mycurelabs.github.io/vue-wysiwyg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replace all document.getElementById by $ref !

signmeuptwice opened this issue · comments

big issues if multiple instances !

these are fixed in the fork; see pull request

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.