mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -13,7 +13,7 @@ export class TranslucentPageTab {
|
||||
@Element() element!: HTMLElement;
|
||||
|
||||
getTabs() {
|
||||
return this.element.closest('ion-tabs');
|
||||
return this.element.closest('ion-tabs')!;
|
||||
}
|
||||
|
||||
setLayout(value: string) {
|
||||
|
||||
Reference in New Issue
Block a user