[breaking change] CellSwipe: rename to SwipeCell (#1652)

This commit is contained in:
neverland
2018-08-20 10:15:30 +08:00
committed by GitHub
parent 7f00320e1f
commit e6cc4eab03
19 changed files with 116 additions and 116 deletions

View File

@@ -245,14 +245,14 @@ module.exports = {
{
groupName: '高阶组件',
list: [
{
path: '/cell-swipe',
title: 'CellSwipe 滑动单元格'
},
{
path: '/image-preview',
title: 'ImagePreview 图片预览'
},
{
path: '/swipe-cell',
title: 'SwipeCell 滑动单元格'
},
{
path: '/switch-cell',
title: 'SwitchCell 开关单元格'
@@ -542,8 +542,8 @@ module.exports = {
groupName: 'Advanced Components',
list: [
{
path: '/cell-swipe',
title: 'CellSwipe'
path: '/swipe-cell',
title: 'SwipeCell'
},
{
path: '/image-preview',