File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
packages/template-drawer-navigation-vue Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33 <StackLayout ~leftDrawer backgroundColor =" #ffffff" >
44 <DrawerContent />
55 </StackLayout >
6- <Frame ~mainContent >
6+ <Frame ~mainContent id = " main " >
77 <Home />
88 </Frame >
99 </Drawer >
Original file line number Diff line number Diff line change 6868 onNavigationItemTap(component : any , pageName : string ) {
6969 this .selectedPage = pageName
7070 $navigateTo (component , {
71+ frame: ' main' ,
7172 clearHistory: true
7273 })
7374 utils .closeDrawer ()
Original file line number Diff line number Diff line change 33 "main" : " app/app.ts" ,
44 "displayName" : " Navigation Drawer" ,
55 "templateType" : " App template" ,
6- "version" : " 9.0.4 " ,
6+ "version" : " 9.0.5 " ,
77 "description" : " Side navigation template using Vue." ,
88 "author" : " NativeScript Team <oss@nativescript.org>" ,
99 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments