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
This change will break your app. This behavior has worked in some
24
+
scenarios but has been **advised against** for years as it's an
25
+
anti-pattern in routing. You can still put the data in `query` or as an
26
+
actual param. Fixing #1497, required getting rid of unused params which
27
+
and therefore will break this anti-pattern usage.
28
+
29
+
### Bug Fixes
30
+
31
+
-**build:** production mjs import ([53f7206](https://github.com/vuejs/router/commit/53f720622aa273e33c05517fa917cdcfbfba52bc)), closes [#1516](https://github.com/vuejs/router/issues/1516)
32
+
-**build:** remove devtools in cjs production ([5b8983d](https://github.com/vuejs/router/commit/5b8983d04592c1420837c4533ee3b6cf6a07a314)), closes [#1524](https://github.com/vuejs/router/issues/1524)
- pass state in guards and redirect ([add447b](https://github.com/vuejs/router/commit/add447b4595330750b05e9c1dda07cd5b2e6d41f)), closes [#1472](https://github.com/vuejs/router/issues/1472)
0 commit comments