mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): remove navbarStyle/tabbarStyle configs
This commit is contained in:
@@ -104,11 +104,7 @@ class Tab3 {}
|
||||
<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