bamboolazyload
TypeScript icon, indicating that this package has built-in type declarations

1.2.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bamboolazyload

Weekly Downloads

1

Version

1.2.5

License

MIT

Unpacked Size

1.92 kB

Total Files

3

Last publish

Collaborators

  • woaini22pk