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

1.2.2 • Public • Published

@tzui/lazyload

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

Install

yarn add @tzui/lazyload

Usage

import { createApp } from 'vue';
import { LazyLoad } from '@tzui/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 @tzui/lazyload

Weekly Downloads

1

Version

1.2.2

License

MIT

Unpacked Size

65.2 kB

Total Files

17

Last publish

Collaborators

  • tzui