mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(toolbar): allow any content in the center
This commit is contained in:
@@ -99,12 +99,16 @@ class Tab3 {}
|
||||
</ion-content>
|
||||
</ion-menu>
|
||||
|
||||
<ion-tabs #content tabbar-style="secondary">
|
||||
<ion-tabs #content>
|
||||
<ion-tab tab-title="Plain List" tab-icon="star" [root]="root1"></ion-tab>
|
||||
<ion-tab tab-title="Schedule" tab-icon="globe" [root]="root2"></ion-tab>
|
||||
<ion-tab tab-title="Stopwatch" tab-icon="stopwatch" [root]="root3"></ion-tab>
|
||||
</ion-tabs>
|
||||
`
|
||||
`,
|
||||
config: {
|
||||
navbarStyle: 'secondary',
|
||||
tabbarStyle: 'secondary'
|
||||
}
|
||||
})
|
||||
export class TabsPage {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user