docs(changelog): 3.0.9

This commit is contained in:
chenjiahan
2021-03-08 17:37:31 +08:00
parent 9dc1815b66
commit b526bfeee9
7 changed files with 41 additions and 15 deletions
+6 -6
View File
@@ -108,12 +108,12 @@ export default {
### Slots
| Name | Description | SlotProps |
| ----------- | --------------------------------- | --------------- |
| default | Custom content after list | - |
| top | Custom content before list | - |
| item-bottom | Custom content after list item | _item: Address_ |
| tag | Custom tag conetent for list item | _item: Address_ |
| Name | Description | SlotProps |
| ------------ | ------------------------------ | --------------- |
| default | Custom content after list | - |
| top | Custom content before list | - |
| item-bottom | Custom content after list item | _item: Address_ |
| tag `v3.0.9` | Custom tag of list item | _item: Address_ |
### Less Variables