You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/router/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ This change will break your app. This behavior has worked in some scenarios but
97
97
98
98
This is known an _transient state_ and since it's in a navigation guard, it will be preserved when reloading the page. [Check the documentation for more details](https://router.vuejs.org/guide/advanced/meta.html#typescript).
99
99
100
-
Fixing #1497, required getting rid of unused params and therefore will broke this long standing anti-pattern usage.
100
+
Fixing #1497, required getting rid of unused params and therefore will break this long standing anti-pattern usage.
0 commit comments