mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(tabs): disable tab preloading by default
This commit is contained in:
@@ -66,7 +66,7 @@ import {Icon} from '../icon/icon';
|
||||
'tabbarPlacement': 'bottom',
|
||||
'tabbarIcons': 'top',
|
||||
'tabbarStyle': 'default',
|
||||
'preloadTabs': true
|
||||
'preloadTabs': false
|
||||
},
|
||||
template:
|
||||
'<ion-navbar-section>' +
|
||||
|
||||
Reference in New Issue
Block a user