This is a fork of vue-lazyload
npm install @vant/lazyloadThis is a fork of vue-lazyload with Vue 3 support.
``shell`
yarn add @vant/lazyload
`js
import { createApp } from 'vue';
import { LazyLoad } from '@vant/lazyload';
const app = createApp();
app.use(LazyLoad);
``
see: https://github.com/hilongjw/vue-lazyload
support TypeScript.