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