feat: add ShareSheet component
This commit is contained in:
+9
-1
@@ -177,7 +177,7 @@ module.exports = {
|
||||
items: [
|
||||
{
|
||||
path: 'action-sheet',
|
||||
title: 'ActionSheet 上拉菜单',
|
||||
title: 'ActionSheet 动作面板',
|
||||
},
|
||||
{
|
||||
path: 'dialog',
|
||||
@@ -203,6 +203,10 @@ module.exports = {
|
||||
path: 'pull-refresh',
|
||||
title: 'PullRefresh 下拉刷新',
|
||||
},
|
||||
{
|
||||
path: 'share-sheet',
|
||||
title: 'ShareSheet 分享面板',
|
||||
},
|
||||
{
|
||||
path: 'swipe-cell',
|
||||
title: 'SwipeCell 滑动单元格',
|
||||
@@ -550,6 +554,10 @@ module.exports = {
|
||||
path: 'pull-refresh',
|
||||
title: 'PullRefresh',
|
||||
},
|
||||
{
|
||||
path: 'share-sheet',
|
||||
title: 'ShareSheet',
|
||||
},
|
||||
{
|
||||
path: 'swipe-cell',
|
||||
title: 'SwipeCell',
|
||||
|
||||
Reference in New Issue
Block a user