We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad4864 commit 92becf6Copy full SHA for 92becf6
src/RouterView.ts
@@ -52,6 +52,10 @@ export const RouterViewImpl = /*#__PURE__*/ defineComponent({
52
route: Object as PropType<RouteLocationNormalizedLoaded>,
53
},
54
55
+ // Better compat for @vue/compat users
56
+ // https://github.com/vuejs/router/issues/1315
57
+ compatConfig: { MODE: 3 },
58
+
59
setup(props, { attrs, slots }) {
60
__DEV__ && warnDeprecatedUsage()
61
0 commit comments