docs(AddressList): fix missing isDefault (#6217)
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user