增加cell swipe组件 (#39)

* add cell swipe

* cell swipe

* bugfix

* test

* style
This commit is contained in:
tsxuehu
2017-06-15 19:13:19 +08:00
committed by 张敏
parent cfe9ebaf86
commit 857da3a5ee
12 changed files with 495 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ module.exports = {
"path": "/cell",
"title": "Cell 单元格"
},
{
"path": "/cell-swipe",
"title": "Cell Swipe 滑动单元格"
},
{
"path": "/progress",
"title": "Progress 进度条"