File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 <NavigationButton text =" Back" android.systemIcon =" ic_menu_back" @tap =" onNavigationButtonTap" />
55 </ActionBar >
66
7- <MDBottomNavigation selectedIndex =" 1" unloadOnTabChange =" false " >
7+ <MDBottomNavigation selectedIndex =" 1" unloadOnTabChange =" true " >
88 <!-- The bottom tab UI is created via MDTabStrip (the containier) and MDTabStripItem (for each tab)-->
99 <MDTabStrip >
1010 <MDTabStripItem >
Original file line number Diff line number Diff line change 77 <StackLayout class =" page" backgroundColor =" white" row =" 0" >
88 <GridLayout class =" p-20" v-if =" currentTab === 0" >
99 <Label class =" h1 text-center" text =" First tab" textWrap =" true" ></Label >
10- <Button text =" select third " @tap =" selectThird" horizontalAlignment =" center" verticalAlignment =" bottom" />
10+ <Button text =" select sthird " @tap =" selectThird" horizontalAlignment =" center" verticalAlignment =" bottom" />
1111 </GridLayout >
1212 <GridLayout class =" p-20" v-if =" currentTab === 2" >
1313 <Label class =" h1 text-center" text =" Third tab" textWrap =" true" ></Label >
You can’t perform that action at this time.
0 commit comments