File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 8
8
<!-- <ns-first-tab *ngSwitchDefault></ns-first-tab> -->
9
9
<!-- <ns-third-tab *ngSwitchCase="2"></ns-third-tab> -->
10
10
</StackLayout >
11
- <MDBottomNavigationBar row =" 1" activeColor =" red" @loaded =" onbottomNavigationBarLoaded" >
11
+ <MDBottomNavigationBar
12
+ row =" 1"
13
+ activeColor =" red"
14
+ @loaded =" onbottomNavigationBarLoaded"
15
+ @tabPressed =" onBottomNavigationTabPressed"
16
+ @tabSelected =" onBottomNavigationTabSelected"
17
+ @tabReselected =" onBottomNavigationTabReselected"
18
+ >
12
19
<MDBottomNavigationTab title =" First" icon =" res://ic_home" activeColor =" green" />
13
20
<MDBottomNavigationTab title =" Second" icon =" res://ic_view_list" isSelectable =" false" />
14
21
<MDBottomNavigationTab title =" Third" icon =" res://ic_menu" inactiveColor =" brown" />
@@ -59,4 +66,4 @@ export default Vue.extend({
59
66
}
60
67
}
61
68
});
62
- </script >
69
+ </script >
You can’t perform that action at this time.
0 commit comments