vant/packages/vant-lazyload
dependabot[bot] cb8d6d9cec
build(deps): bump ini from 1.3.5 to 1.3.8 in /packages/vant-lazyload (#9558)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

---
updated-dependencies:
- dependency-name: ini
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-25 10:33:11 +08:00
..
2020-11-30 19:05:28 +08:00
2021-09-24 10:48:24 +08:00
2020-11-30 20:30:40 +08:00

@vant/lazyload

This is a fork of vue-lazyload with Vue 3 support.

Install

yarn add @vant/lazyload

Usage

import { createApp } from 'vue';
import { LazyLoad } from '@vant/lazyload';

const app = createApp();
app.use(LazyLoad);

API

see: https://github.com/hilongjw/vue-lazyload

TODO

support TypeScript.