We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99d622 commit 4993a2fCopy full SHA for 4993a2f
src/components/SwipeOut.js
@@ -41,6 +41,10 @@ export default {
41
type: Boolean,
42
default: false,
43
},
44
+ passiveListeners: {
45
+ type: Boolean,
46
+ default: false,
47
+ },
48
49
watch: {
50
revealed(val) {
@@ -258,7 +262,7 @@ export default {
258
262
modifiers: {
259
263
horizontal: true,
260
264
mouse: true,
261
- prevent: true,
265
+ prevent: !this.passiveListeners,
266
mousePrevent: true,
267
268
}] : null,
0 commit comments