npm.io
1.0.0 • Published 4 years ago

yqh-lazyload

Licence
MIT
Version
1.0.0
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Stars
24.3K

yqh-lazyload

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

Install

yarn add yqh-lazyload

Usage

import { createApp } from 'vue';
import { LazyLoad } from 'yqh-lazyload';

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

API

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

TODO

support TypeScript.