Skip to content

Commit 9c73082

Browse files
committed
Swipe fix
1 parent a3a58f2 commit 9c73082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="wrap">
66
<Header />
77
<Chat />
8-
<v-touch class="content" @swipe="handleSwipe">
8+
<v-touch class="content" @swipeleft="handleSwipe" @swiperight="handleSwipe" :swipe-options="{direction: 'horizontal', threshold: 100}">
99
<router-view />
1010
<footer class="contentFooter">
1111
Sing Vue Version - Made by <a href="https://flatlogic.com" rel="nofollow noopener noreferrer" target="_blank">Flatlogic</a>

0 commit comments

Comments
 (0)