Open
Description
TL;DR
Hi, thank you very much for this awesome library!
Although this works with many cases, I found a situation where v-linkified
component does not re-render after changes via props, data, computed, etc.
Reproduction
Demo:
https://vue-linkify-not-working-demo.vercel.app/
Source Code:
https://github.com/yuichkun/repro-vue-linkify-bug
Possible Fix?
I guess this bug derives from the fact that this library gets text values from el.innerHTML
, so if there's a way to get text from vNode
, it could avoid referencing the old value??
I'm not too familiar with Vue.js but if @phanan is busy, I'm up for trying making up a fix PR myself :)
Metadata
Metadata
Assignees
Labels
No labels