vue-lazyload icon indicating copy to clipboard operation
vue-lazyload copied to clipboard

Lazy component detaches or destroys vue-tippy in version 1.3.3

Open joonaspaakko opened this issue 4 years ago • 0 comments

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.

  1. 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.
  2. And here's the same thing with an older version (1.3.0) that just works.

joonaspaakko avatar Oct 07 '20 21:10 joonaspaakko