[Vuejs]-VueJS onclick on appended element

2👍

You can wrap your htmlText inside another Vue component, copying parent methods and then $mount this component inside the popup in it’s onCreate.

Look at my pen for details https://codepen.io/bsalex/pen/EwdQEy

👤Bsalex

Leave a comment