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
+1
View File
@@ -68,6 +68,7 @@ export default defineComponent({
<AddressListItem
v-slots={{
bottom: slots['item-bottom'],
tag: slots['tag'],
}}
key={item.id}
address={item}