mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
fix(vue): pass in correct route to props function (#22605)
resolves #22602
This commit is contained in:
@ -89,7 +89,8 @@ export const createViewStacks = () => {
|
||||
ionRoute: false,
|
||||
mount: false,
|
||||
exact: routeInfo.pathname === matchedRoute.path,
|
||||
params: routeInfo.params
|
||||
params: routeInfo.params,
|
||||
vueComponentData: {}
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user