Scale swipe threshold with viewport width
This commit is contained in:
parent
cb19db1006
commit
6980e4ddf1
3 changed files with 14 additions and 8 deletions
|
@ -31,8 +31,8 @@ const SwipeClick = {
|
|||
type: Array
|
||||
},
|
||||
threshold: {
|
||||
type: Number,
|
||||
default: 30
|
||||
type: Function,
|
||||
default: () => 30
|
||||
},
|
||||
perpendicularTolerance: {
|
||||
type: Number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue