mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(): tslint checks
This commit is contained in:
@ -131,7 +131,7 @@ export class Tab {
|
||||
}
|
||||
|
||||
private prepareLazyLoaded(): Promise<HTMLElement | void> {
|
||||
if (!this.loaded && this.component) {
|
||||
if (!this.loaded && this.component != null) {
|
||||
this.loaded = true;
|
||||
return attachComponent(this.delegate, this.el, this.component, ['ion-page']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user