File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ import type { RouteLocationRaw } from 'vue-router'
77
88import { RouterLink } from './components/RouterLink'
99
10- // @ts -expect-error virtual file
10+ // TODO: remove after Nuxt v3.12
11+ // @ts -ignore for backwards compatibility
1112import NuxtRoot from '#build/root-component.mjs'
1213import { tryUseNuxtApp , useRouter } from '#imports'
1314
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ import type { RouteLocationRaw } from 'vue-router'
66
77import { RouterLink } from './components/RouterLink'
88
9- // @ts -expect-error virtual file
9+ // TODO: remove after Nuxt v3.12
10+ // @ts -ignore for backwards compatibility
1011import NuxtRoot from '#build/root-component.mjs'
1112import { tryUseNuxtApp , useRouter } from '#imports'
1213
You can’t perform that action at this time.
0 commit comments