vue-virtual-scroll-list icon indicating copy to clipboard operation
vue-virtual-scroll-list copied to clipboard

mounted hook always triggered

Open azamat-sharapov opened this issue 4 years ago • 3 comments
trafficstars

In this comment you wrote about components to be reused. But in examples, I can see that mounted hook always fired, for each item. Even if I scroll up, mounted is fired. Is it a bug?

azamat-sharapov avatar Mar 05 '21 14:03 azamat-sharapov

@azamat-sharapov @tangbc the same issue. Still not fixed

invisor avatar Apr 04 '21 14:04 invisor

This still a issue.

My Item Component will render a image, and every scroll will re-render Component and trigger monted/created

It mke performance issue

axetroy avatar Jan 11 '23 01:01 axetroy

Same thing here. data-key is finely setted. But already mounted items, are refreshed for no reason when scrolling

ogensec avatar Sep 07 '23 03:09 ogensec