fix bugs and add new features (#25)

* fix bugs and add new features

* add unit test

* fix tab/tag/datetime-picker bugs
This commit is contained in:
TimeTraveler
2017-05-03 10:11:31 +08:00
committed by 张敏
parent 58bd17f142
commit 239d2e1e53
31 changed files with 134 additions and 27 deletions
+8 -8
View File
@@ -21,6 +21,10 @@ module.exports = {
{
"groupName": "基础组件",
"list": [
{
"path": "/layout",
"title": "Layout 布局"
},
{
"path": "/button",
"title": "Button 按钮"
@@ -37,21 +41,17 @@ module.exports = {
"path": "/progress",
"title": "Progress 进度条"
},
{
"path": "/panel",
"title": "Panel 面板"
},
{
"path": "/card",
"title": "Card 图文组件"
},
{
"path": "/loading",
"title": "Loading 加载"
"path": "/panel",
"title": "Panel 面板"
},
{
"path": "/layout",
"title": "Layout 布局"
"path": "/loading",
"title": "Loading 加载"
},
{
"path": "/steps",