hilongjw / vue-lazyload

A Vue.js plugin for lazyload your Image or Component in your application.
http://hilongjw.github.io/vue-lazyload/
MIT License
8k stars 867 forks source link

Lazy component detaches or destroys vue-tippy in version 1.3.3 #440

Open joonaspaakko opened 4 years ago

joonaspaakko commented 4 years ago

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.