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 a3a58f2 commit 9c73082Copy full SHA for 9c73082
src/components/Layout/Layout.vue
@@ -5,7 +5,7 @@
5
<div class="wrap">
6
<Header />
7
<Chat />
8
- <v-touch class="content" @swipe="handleSwipe">
+ <v-touch class="content" @swipeleft="handleSwipe" @swiperight="handleSwipe" :swipe-options="{direction: 'horizontal', threshold: 100}">
9
<router-view />
10
<footer class="contentFooter">
11
Sing Vue Version - Made by <a href="https://flatlogic.com" rel="nofollow noopener noreferrer" target="_blank">Flatlogic</a>
0 commit comments