jQuery plugin in Vue component: Cannot pass value to prop
I have added the jquery redactor plugin in a vue component. The plugin is working fine but I need to access the html so I can see it in Vue. I have tried everything I can think of, methods, computed properties but I can't find a way. It's particularly tricky because Redactor adds new html into the dom, and I need to get the data from the added html. Currently I am getting this error, this.$emit is not a function . I need to get the html value of .redactor-editor into the prop so it will be available in the vue data. The var textContent prints out correctly in console but I can't get that to