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