@vant/lazyload

v1.1.0
This is a fork of vue-lazyload

@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.

npm i @vant/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 4/6/2021

Downloads