Skip to content

Commit 4dbced1

Browse files
authored
Merge pull request #45 from aaazh/feat-add-swipe
Feat add swipe
2 parents 3cb5fe2 + f13fafc commit 4dbced1

16 files changed

Lines changed: 1601 additions & 5 deletions

File tree

example/app.mpx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"./pages/input/index",
5454
"./pages/action-sheet/index",
5555
"./pages/tab-bar/index",
56-
"./pages/slider/index"
56+
"./pages/slider/index",
57+
"./pages/swipe/index"
5758
]
5859
if (__mpx_mode__ === 'ios' || __mpx_mode__ === 'android') {
5960
pages = [

example/common/config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ export default {
3333
'textarea',
3434
'float-ball',
3535
'input',
36-
'tab-bar'
36+
'tab-bar',
37+
'swipe'
3738
],
3839
introduce: [
3940
{
@@ -46,7 +47,8 @@ export default {
4647
'float-ball',
4748
'loading',
4849
'collapse',
49-
'tab-bar'
50+
'tab-bar',
51+
'swipe'
5052
]
5153
},
5254
{

0 commit comments

Comments
 (0)