mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(vue): ion-page component is properly shown with HMR (#22319)
This commit is contained in:
@ -39,6 +39,7 @@ export interface ViewItem {
|
||||
ionRoute: boolean;
|
||||
mount: boolean;
|
||||
exact: boolean;
|
||||
registerCallback?: () => void;
|
||||
}
|
||||
|
||||
export interface ViewStacks {
|
||||
|
Reference in New Issue
Block a user