mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-18 12:39:16 +08:00
14 lines
215 B
Markdown
14 lines
215 B
Markdown
# @vant/lazyload
|
|
|
|
This is a 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
|