fix(vue): ion-page component is properly shown with HMR (#22319)

This commit is contained in:
Liam DeBeasi
2020-10-14 18:45:46 -04:00
committed by GitHub
parent 6e9e58ed61
commit c5ab562eaa
4 changed files with 52 additions and 11 deletions

View File

@ -39,6 +39,7 @@ export interface ViewItem {
ionRoute: boolean;
mount: boolean;
exact: boolean;
registerCallback?: () => void;
}
export interface ViewStacks {