@hb-webkit-dev/lazyload
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

@hb-webkit-dev/lazyload

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

Install

yarn add @hb-webkit-dev/lazyload

Usage

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @hb-webkit-dev/lazyload

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

37.8 kB

Total Files

10

Last publish

Collaborators

  • huanbo