[Doc] fix nav

This commit is contained in:
陈嘉涵 2017-12-15 19:55:48 +08:00
parent 2c53828089
commit ccc37d4df0
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ Example of `AreaList`
All code of China: [Area.json](https://github.com/youzan/vant/blob/dev/docs/demos/mock/area.json)
#### argument of callback function `confirm`
#### argument of callback function confirm
An array contains selected area objects.
`code` - code of selected area, `name` - name of selected area

View File

@ -524,7 +524,7 @@ module.exports = {
},
{
path: '/area',
title: 'Area (In translation)'
title: 'Area'
},
{
path: '/contact',
@ -544,7 +544,7 @@ module.exports = {
},
{
path: '/sku',
title: 'Sku (In translation)'
title: 'Sku'
}
]
}