docs(Lazyload): fix preLoad type error and spelling mistakes (#12554)

This commit is contained in:
阿菜 Cai 2024-01-08 20:08:16 +08:00 committed by GitHub
parent b6a1c00e95
commit 7b1a4fc0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ app.use(Lazyload, {
| --- | --- | --- | --- |
| loading | Src of the image while loading | _string_ | - |
| error | Src of the image upon load fail | _string_ | - |
| preload | Proportion of pre-loading height | _string_ | - |
| preLoad | Proportion of pre-loading height | _number_ | - |
| attempt | Attempts count | _number_ | `3` |
| listenEvents | Events that you want vue listen for | _string[]_ | `scroll`... |
| adapter | Dynamically modify the attribute of element | _object_ | - |

View File

@ -79,7 +79,7 @@ app.use(Lazyload, {
| ------------- | ---------------- | ---------- | ---------- |
| loading | 加载时的图片 | _string_ | - |
| error | 错误时的图片 | _string_ | - |
| preload | 预加载高度的比例 | _string_ | - |
| preLoad | 预加载高度的比例 | _number_ | - |
| attempt | 尝试次数 | _number_ | `3` |
| listenEvents | 监听的事件 | _string[]_ | `scroll`等 |
| adapter | 适配器 | _object_ | - |