Skip to content

Commit dcd1bef

Browse files
committed
fix(vue): parameterized routing works with vue 3.4
1 parent 9b3d91c commit dcd1bef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vue/src/components/IonRouterOutlet.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ export const IonRouterOutlet = /*@__PURE__*/ defineComponent({
115115

116116
previousMatchedRouteRef = currentMatchedRouteRef;
117117
previousMatchedPath = currentRoute.path;
118-
}
118+
},
119+
{ deep: true }
119120
);
120121

121122
const canStart = () => {

0 commit comments

Comments
 (0)