[new feature] add IndexBar component

This commit is contained in:
陈嘉涵
2019-05-08 15:39:27 +08:00
parent e9854daf29
commit c92791e8da
19 changed files with 515 additions and 3 deletions
+8
View File
@@ -259,6 +259,10 @@ module.exports = {
groupName: '导航组件',
icon: 'https://img.yzcdn.cn/vant/nav-0401.svg',
list: [
{
path: '/index-bar',
title: 'IndexBar 索引栏'
},
{
path: '/nav-bar',
title: 'NavBar 导航栏'
@@ -574,6 +578,10 @@ module.exports = {
groupName: 'Navigation Components',
icon: 'https://img.yzcdn.cn/vant/nav-0401.svg',
list: [
{
path: '/index-bar',
title: 'IndexBar'
},
{
path: '/nav-bar',
title: 'NavBar'