14 lines
220 B
Markdown
14 lines
220 B
Markdown
# @vant/lazyload
|
|
|
|
This is a fork of [vue-lazyload](https://github.com/hilongjw/vue-lazyload) with Vue 3 support.
|
|
|
|
## Install
|
|
|
|
```shell
|
|
yarn add @vant/lazyload
|
|
```
|
|
|
|
## Usage
|
|
|
|
see: https://github.com/hilongjw/vue-lazyload
|