add CellSwitch component

This commit is contained in:
陈嘉涵
2017-08-28 17:38:32 +08:00
parent c9031494be
commit 245f03309f
7 changed files with 209 additions and 0 deletions

View File

@@ -181,6 +181,15 @@ module.exports = {
"title": "Toast 轻提示"
}
]
},
{
"groupName": "业务组件",
"list": [
{
"path": "/switch-cell",
"title": "SwitchCell 开关单元格"
}
]
}
]
}