Files
vant/docs/nav.config.json
T
2017-02-13 16:14:37 +08:00

53 lines
997 B
JSON

{
"zh-CN": [
{
"name": "基础组件",
"groups": [
{
"groupName": "Basic",
"list": [
{
"path": "/sample",
"title": "Sample"
},
{
"path": "/button",
"title": "Button"
}
]
},
{
"groupName": "CSS组件",
"list": [
{
"path": "/cell",
"title": "Cell"
}
]
},
{
"groupName": "Form",
"list": [
{
"path": "/switch",
"title": "Switch"
},
{
"path": "/field",
"title": "Field"
},
{
"path": "/radio",
"title": "Radio"
},
{
"path": "/checkbox",
"title": "Checkbox"
}
]
}
]
}
]
}