mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
[breaking change] CellSwipe: rename to SwipeCell (#1652)
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user