chore(Lazyload): improve dist

This commit is contained in:
chenjiahan
2020-11-30 20:30:40 +08:00
parent d3ca404f98
commit cafd50c9cd
3 changed files with 20 additions and 9 deletions
+14
View File
@@ -10,4 +10,18 @@ yarn add @vant/lazyload
## Usage
```js
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.