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 1a4d362 commit 20fb9a5Copy full SHA for 20fb9a5
src/components/SwipeOut.vue
@@ -137,7 +137,7 @@
137
return contentRect.left - elementRect.left;
138
},
139
_startListener(event) {
140
- if (this.disbaled)
+ if (this.disabled)
141
return null;
142
143
this.isTransitioning = false;
@@ -276,7 +276,7 @@
276
_doubleTap(e) {
277
if (this.disabled)
278
return;
279
- this.$emit('swipeout:dobuleclick', e);
+ this.$emit('swipeout:doubleclick', e);
280
281
contentClick(e) {
282
0 commit comments