mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(AddressList): fix missing isDefault (#6217)
This commit is contained in:
parent
fe30429a97
commit
ad9aff0197
@ -38,6 +38,7 @@ export default {
|
|||||||
name: 'John Snow',
|
name: 'John Snow',
|
||||||
tel: '13000000000',
|
tel: '13000000000',
|
||||||
address: 'Somewhere',
|
address: 'Somewhere',
|
||||||
|
isDefault: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: '2',
|
id: '2',
|
||||||
|
@ -38,6 +38,7 @@ export default {
|
|||||||
name: '张三',
|
name: '张三',
|
||||||
tel: '13000000000',
|
tel: '13000000000',
|
||||||
address: '浙江省杭州市西湖区文三路 138 号东方通信大厦 7 楼 501 室',
|
address: '浙江省杭州市西湖区文三路 138 号东方通信大厦 7 楼 501 室',
|
||||||
|
isDefault: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: '2',
|
id: '2',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user