alexjoverm / v-runtime-template

Vue component for compiling templates on the fly using a v-html like API
MIT License
605 stars 72 forks source link

Refs disappear on refresh data #68

Open Garito opened 4 years ago

Garito commented 4 years ago

Hi! If I update data, as expected, the component rerenders What is not expected is the lost of the refs in the template I suspect that is because are not rendered when the refresh happens

Perhaps it needs a nextTick on updated?

Thanks