DeepSelect: rename to TreeSelect

This commit is contained in:
陈嘉涵
2017-09-08 14:02:14 +08:00
parent 6ec9d9852a
commit 025133b172
8 changed files with 52 additions and 58 deletions

View File

@@ -98,6 +98,10 @@ module.exports = {
"path": "/progress",
"title": "Progress 进度条"
},
{
"path": "/search",
"title": "Search 搜索"
},
{
"path": "/stepper",
"title": "Stepper 步进器"
@@ -106,6 +110,10 @@ module.exports = {
"path": "/steps",
"title": "Steps 步骤条"
},
{
"path": "/swipe",
"title": "Swipe 轮播"
},
{
"path": "/tab",
"title": "Tab 标签"
@@ -114,14 +122,6 @@ module.exports = {
"path": "/tag",
"title": "Tag 标记"
},
{
"path": "/swipe",
"title": "Swipe 轮播"
},
{
"path": "/search",
"title": "Search 搜索"
},
{
"path": "/waterfall",
"title": "Waterfall 瀑布流"
@@ -192,7 +192,11 @@ module.exports = {
{
"path": "/switch-cell",
"title": "SwitchCell 开关单元格"
}
},
{
"path": "/tree-select",
"title": "TreeSelect 分类选择"
},
]
},
{
@@ -203,17 +207,13 @@ module.exports = {
"title": "Area 省市区选择"
},
{
"path": "/deep-select",
"title": "DeepSelect 分类选择"
"path": "/coupon",
"title": "Coupon 优惠券选择"
},
{
"path": "/goods-action",
"title": "GoodsAction 商品页行动点"
},
{
"path": "/coupon",
"title": "Coupon 优惠券选择器"
},
{
"path": "/pay-order",
"title": "PayOrder 提交订单栏"