add NavBar component

This commit is contained in:
陈嘉涵
2017-09-08 15:54:57 +08:00
parent 1c3958014a
commit 96e199063a
7 changed files with 202 additions and 1 deletions

View File

@@ -82,6 +82,10 @@ module.exports = {
"path": "/loading",
"title": "Loading 加载"
},
{
"path": "/nav-bar",
"title": "NavBar 导航栏"
},
{
"path": "/notice-bar",
"title": "NoticeBar 通告栏"