mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
@ -120,7 +120,7 @@ export class Menu {
|
||||
|
||||
async componentWillLoad() {
|
||||
if (this.type == null) {
|
||||
this.type = this.mode === 'ios' ? 'reveal' : 'overlay';
|
||||
this.type = this.config.get('menuType', this.mode === 'ios' ? 'reveal' : 'overlay');
|
||||
}
|
||||
if (this.isServer) {
|
||||
this.disabled = true;
|
||||
|
Reference in New Issue
Block a user