mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[breaking change] CellSwipe: rename to SwipeCell (#1652)
This commit is contained in:
@@ -10,7 +10,6 @@ export default {
|
||||
'button': () => wrapper(import('../../packages/button/demo'), 'button'),
|
||||
'card': () => wrapper(import('../../packages/card/demo'), 'card'),
|
||||
'cell': () => wrapper(import('../../packages/cell/demo'), 'cell'),
|
||||
'cell-swipe': () => wrapper(import('../../packages/cell-swipe/demo'), 'cell-swipe'),
|
||||
'checkbox': () => wrapper(import('../../packages/checkbox/demo'), 'checkbox'),
|
||||
'circle': () => wrapper(import('../../packages/circle/demo'), 'circle'),
|
||||
'col': () => wrapper(import('../../packages/col/demo'), 'col'),
|
||||
@@ -45,6 +44,7 @@ export default {
|
||||
'steps': () => wrapper(import('../../packages/steps/demo'), 'steps'),
|
||||
'submit-bar': () => wrapper(import('../../packages/submit-bar/demo'), 'submit-bar'),
|
||||
'swipe': () => wrapper(import('../../packages/swipe/demo'), 'swipe'),
|
||||
'swipe-cell': () => wrapper(import('../../packages/swipe-cell/demo'), 'swipe-cell'),
|
||||
'switch': () => wrapper(import('../../packages/switch/demo'), 'switch'),
|
||||
'switch-cell': () => wrapper(import('../../packages/switch-cell/demo'), 'switch-cell'),
|
||||
'tab': () => wrapper(import('../../packages/tab/demo'), 'tab'),
|
||||
|
@@ -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',
|
||||
|
@@ -27,8 +27,6 @@ export default {
|
||||
'card.zh-CN': () => import('../../packages/card/zh-CN.md'),
|
||||
'cell.en-US': () => import('../../packages/cell/en-US.md'),
|
||||
'cell.zh-CN': () => import('../../packages/cell/zh-CN.md'),
|
||||
'cell-swipe.en-US': () => import('../../packages/cell-swipe/en-US.md'),
|
||||
'cell-swipe.zh-CN': () => import('../../packages/cell-swipe/zh-CN.md'),
|
||||
'checkbox.en-US': () => import('../../packages/checkbox/en-US.md'),
|
||||
'checkbox.zh-CN': () => import('../../packages/checkbox/zh-CN.md'),
|
||||
'circle.en-US': () => import('../../packages/circle/en-US.md'),
|
||||
@@ -99,6 +97,8 @@ export default {
|
||||
'submit-bar.zh-CN': () => import('../../packages/submit-bar/zh-CN.md'),
|
||||
'swipe.en-US': () => import('../../packages/swipe/en-US.md'),
|
||||
'swipe.zh-CN': () => import('../../packages/swipe/zh-CN.md'),
|
||||
'swipe-cell.en-US': () => import('../../packages/swipe-cell/en-US.md'),
|
||||
'swipe-cell.zh-CN': () => import('../../packages/swipe-cell/zh-CN.md'),
|
||||
'switch.en-US': () => import('../../packages/switch/en-US.md'),
|
||||
'switch.zh-CN': () => import('../../packages/switch/zh-CN.md'),
|
||||
'switch-cell.en-US': () => import('../../packages/switch-cell/en-US.md'),
|
||||
|
Reference in New Issue
Block a user