mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
style(lint): fix lint errors
This commit is contained in:
@ -29,4 +29,4 @@ export function isString(something: any) {
|
||||
export function getIonApp(): Promise<HTMLIonAppElement> {
|
||||
const element = ensureElementInBody('ion-app') as HTMLIonAppElement;
|
||||
return element.componentOnReady();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user