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 dc5e64b commit 8a601f4Copy full SHA for 8a601f4
demo-snippets/vue/Tabs.vue
@@ -4,7 +4,7 @@
4
<NavigationButton text="Back" android.systemIcon="ic_menu_back" @tap="onNavigationButtonTap" />
5
</ActionBar>
6
<GridLayout rows="*, 0" backgroundColor="red">
7
- <MDTabs ref="tabs" :swipeEnabled="false" :animationEnabled="false" :unloadOnTabChange="false" backgroundColor="green">
+ <MDTabs ref="tabs" :swipeEnabled="false" :animationEnabled="false" :unloadOnTabChange="false" backgroundColor="green" selectedIndex="1">
8
<!-- The bottom tab UI is created via MDTabStrip (the containier) and MDTabStripItem (for each tab)-->
9
<MDTabStrip>
10
<MDTabStripItem>
0 commit comments