VLazy API
Props
name | type | default |
|---|---|---|
string | number | undefined | |
Sets the height for the component. | ||
string | number | undefined | |
Sets the maximum height for the component. | ||
string | number | undefined | |
Sets the maximum width for the component. | ||
string | number | undefined | |
Sets the minimum height for the component. | ||
string | number | undefined | |
Sets the minimum width for the component. | ||
boolean
| false | |
The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
IntersectionObserverInit | { root: undefined, rootMargin: undefined, threshold: undefined } | |
Options that are passed to the Intersection observer constructor. | ||
string | (new () => any) | FunctionalComponent | 'div' | |
Specify a custom tag used on the root element. | ||
string | boolean | (TransitionProps & { component: Component }) | 'fade-transition' | |
Sets the component transition. Can be one of the built in or custom transition. | ||
string | number | undefined | |
Sets the width for the component. | ||
Events
name | type | |
|---|---|---|
[boolean] | ||
Event that is emitted when the component’s model changes. | ||
Slots
The default Vue slot. | ||