@hb-webkit-dev/lazyload
v1.2.1
Published
This is a fork of vue-lazyload
Readme
@hb-webkit-dev/lazyload
This is a fork of vue-lazyload with Vue 3 support.
Install
yarn add @hb-webkit-dev/lazyloadUsage
import { createApp } from "vue";
import { LazyLoad } from "@hb-webkit-dev/lazyload";
const app = createApp();
app.use(LazyLoad);API
see: https://github.com/hilongjw/vue-lazyload
TODO
support TypeScript.
