I posted this issue originally in vue-tippy, but it turns out older versions work with vue-tippy just fine.
v.1.3.2 seems to be the newest version where vue-tippy works, but it has some kind of error (item.destroy) and the same thing in v.1.3.1. So I had to go down to v.1.3.0 to get around the issues.
This is the sandbox example I made where vue-tippy seems to be initialized on the 3 lazy loaded elements, but it disappears as soon as they are rendered.
And here's the same thing with an older version (1.3.0) that just works.
I posted this issue originally in vue-tippy, but it turns out older versions work with
vue-tippy
just fine.v.1.3.2
seems to be the newest version wherevue-tippy
works, but it has some kind of error (item.destroy
) and the same thing inv.1.3.1
. So I had to go down tov.1.3.0
to get around the issues.vue-tippy
seems to be initialized on the 3 lazy loaded elements, but it disappears as soon as they are rendered.