Skip to content

Commit c97a771

Browse files
committed
chore: demo
1 parent 0b5fad2 commit c97a771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo-snippets/vue/SwipeMenu.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<CollectionView :items="items" row="1" rowHeight="100" ref="collectionView">
1010
<v-template>
1111
<SwipeMenu
12-
leftSwipeDistance="300"
12+
rightSwipeDistance="300"
1313
:translationFunction="drawerTranslationFunction"
1414
:startingSide="item.startingSide"
1515
>
@@ -19,7 +19,7 @@
1919
<Label row="1" :text="item.color" class="subtitle" />
2020
</Stacklayout>
2121
</Gridlayout>
22-
<Stacklayout ~leftDrawer orientation="horizontal" width="200">
22+
<Stacklayout ~rightDrawer orientation="horizontal" width="200">
2323
<Label :text="item.menuOpened ? 'opened' : 'a'" width="100" height="100%" backgroundColor="red" textAlignment="center" />
2424
<Label text="b" width="100" height="100%" backgroundColor="blue" textAlignment="center" />
2525
</Stacklayout>

0 commit comments

Comments
 (0)