The v-lazy
component is used to dynamically load components based upon an elements visiblity.
The v-lazy
component uses the v-intersect directive which requires a Polyfill in order to work on IE11 / Safari. It's possible on some iOS versions will also require the use of this polyfill.
The v-lazy
component by default will not render its contents until it has been intersected. Scroll down and watch the element render as you go past it.
Caught a mistake or want to contribute to the documentation?
Edit Layout
on GitHub!