# Lazy
The v-lazy
component is used to dynamically load components based upon an elements visibility.
# Usage
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.
# API
# Caveats
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.
Ready for more?
Continue your learning with related content selected by the Team or move between pages by using the navigation links below.
Edit this page on GitHub
Last updated:06/29/2020, 9:18:43 AM