mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
refactor(components): remove protected from lifecycle event
This commit is contained in:
@ -25,7 +25,7 @@ export class App {
|
|||||||
@Prop({ context: 'config' }) config: Config;
|
@Prop({ context: 'config' }) config: Config;
|
||||||
|
|
||||||
|
|
||||||
protected componentWillLoad() {
|
componentWillLoad() {
|
||||||
this.modeCode = this.config.get('mode');
|
this.modeCode = this.config.get('mode');
|
||||||
this.useRouter = this.config.getBoolean('useRouter', false);
|
this.useRouter = this.config.getBoolean('useRouter', false);
|
||||||
this.hoverCSS = this.config.getBoolean('hoverCSS', true);
|
this.hoverCSS = this.config.getBoolean('hoverCSS', true);
|
||||||
|
Reference in New Issue
Block a user