Skip to content

Commit

Permalink
fix(compat): declare RouterLinkStub as compatibility mode 3 (#1549)
Browse files Browse the repository at this point in the history
* declare RouterLinkStub as compatibility mode 3

* lint
  • Loading branch information
snoozbuster committed Jun 2, 2022
1 parent 7b50fdb commit 464eb94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/RouterLinkStub.ts
Expand Up @@ -18,6 +18,8 @@ const defaultRoute = {
export const RouterLinkStub = defineComponent({
name: 'RouterLinkStub',

compatConfig: { MODE: 3 },

props: {
to: {
type: [String, Object],
Expand Down

0 comments on commit 464eb94

Please sign in to comment.