feat: migrate SwipeCell component

This commit is contained in:
chenjiahan
2020-07-12 15:07:32 +08:00
parent ccf2c7da31
commit 8c4c51fea1
10 changed files with 1068 additions and 10 deletions

View File

@@ -212,10 +212,10 @@ module.exports = {
// path: 'share-sheet',
// title: 'ShareSheet 分享面板',
// },
// {
// path: 'swipe-cell',
// title: 'SwipeCell 滑动单元格',
// },
{
path: 'swipe-cell',
title: 'SwipeCell 滑动单元格',
},
],
},
{
@@ -360,7 +360,7 @@ module.exports = {
// title: 'Sku 商品规格',
// },
],
}
},
],
},
'en-US': {
@@ -546,10 +546,10 @@ module.exports = {
// path: 'share-sheet',
// title: 'ShareSheet',
// },
// {
// path: 'swipe-cell',
// title: 'SwipeCell',
// },
{
path: 'swipe-cell',
title: 'SwipeCell',
},
],
},
{
@@ -694,7 +694,7 @@ module.exports = {
// title: 'Sku',
// },
],
}
},
],
},
},