feat(AddressList): add tag slots (#8292)

This commit is contained in:
Lindy
2021-03-08 16:50:12 +08:00
committed by GitHub
parent e540876398
commit 0c740b6962
6 changed files with 41 additions and 5 deletions
+6 -5
View File
@@ -108,11 +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_ |
| 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_ |
### Less Variables