Skip to content

Commit 20fb9a5

Browse files
committed
fix typos inside SwipeOut
1 parent 1a4d362 commit 20fb9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SwipeOut.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
return contentRect.left - elementRect.left;
138138
},
139139
_startListener(event) {
140-
if (this.disbaled)
140+
if (this.disabled)
141141
return null;
142142
143143
this.isTransitioning = false;
@@ -276,7 +276,7 @@
276276
_doubleTap(e) {
277277
if (this.disabled)
278278
return;
279-
this.$emit('swipeout:dobuleclick', e);
279+
this.$emit('swipeout:doubleclick', e);
280280
},
281281
contentClick(e) {
282282
if (this.disabled)

0 commit comments

Comments
 (0)