Skip to content

Commit a2d2d54

Browse files
committed
test: demo app
1 parent 4c8932b commit a2d2d54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo-vue/app/examples/BottomNavigation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

demo-vue/app/examples/BottomNavigationBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

0 commit comments

Comments
 (0)