docs(AddressList): fix missing isDefault (#6217)

This commit is contained in:
chenjiahan 2020-05-07 10:56:52 +08:00
parent fe30429a97
commit ad9aff0197
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export default {
name: 'John Snow',
tel: '13000000000',
address: 'Somewhere',
isDefault: true,
},
{
id: '2',

View File

@ -38,6 +38,7 @@ export default {
name: '张三',
tel: '13000000000',
address: '浙江省杭州市西湖区文三路 138 号东方通信大厦 7 楼 501 室',
isDefault: true,
},
{
id: '2',