feat(Image): add default slot (#6613)

This commit is contained in:
neverland
2020-06-26 17:36:10 +08:00
committed by GitHub
parent 1b15c6066e
commit 01e9cde2b8
5 changed files with 31 additions and 8 deletions
+5 -4
View File
@@ -98,7 +98,8 @@ Vue.use(Lazyload);
### Slots
| Name | Description |
| ------- | -------------------------- |
| loading | Custom loading placeholder |
| error | Custom error placeholder |
| Name | Description |
| ---------------- | ---------------------------------- |
| default `v2.9.0` | Custom the content below the image |
| loading | Custom loading placeholder |
| error | Custom error placeholder |