feat(AddressList): add tag slots (#8292)
This commit is contained in:
@@ -68,6 +68,7 @@ export default defineComponent({
|
||||
<AddressListItem
|
||||
v-slots={{
|
||||
bottom: slots['item-bottom'],
|
||||
tag: slots['tag'],
|
||||
}}
|
||||
key={item.id}
|
||||
address={item}
|
||||
|
||||
Reference in New Issue
Block a user