mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
rename platform base to core
This commit is contained in:
@ -92,14 +92,14 @@ new IonicComponent(Tabs, {
|
||||
defaults: {
|
||||
ios: 'bottom',
|
||||
android: 'top',
|
||||
base: 'bottom'
|
||||
core: 'bottom'
|
||||
}
|
||||
},
|
||||
tabBarIcons: {
|
||||
defaults: {
|
||||
ios: 'top',
|
||||
android: 'none',
|
||||
base: 'top'
|
||||
core: 'top'
|
||||
}
|
||||
},
|
||||
tabBarText: {}
|
||||
|
||||
Reference in New Issue
Block a user