File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments