Nicolas Turlais
Nicolas Turlais
Same issue with version 2.1.1 and nuxt. In development mode it works well. In production mode the page keeps loading until the browser warns about a script slowing down the...
Hello, Happy new year everyone ! This issue affects performance and kind of defeats the purpose of kept-alive router-views on vue 3. For example (extreme demo based on a real...
Hello, I faced the same issue with vue 3, be sure tu use `yarn add vue-router-prefetch@^2`. I simply ran `yarn add vue-router-prefetch` and it installed `[email protected]`
:+1:
Hello, Thanks for your answer :+1: > That's because on the first pass your getRenderedItemHeight returns 0 and driver is not called again when the page is rendered. See componentDidUpdate...
Hi, With Glide : https://github.com/thephpleague/glide when I run : ```php $server->outputImage($path, []); ``` My image size too increases around 200% or 300%. Glide related code is here : https://github.com/thephpleague/glide/blob/master/src/Server.php#L461 An...