File tree 2 files changed +0
-6
lines changed
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'
7
7
8
8
import { RouterLink } from './components/RouterLink'
9
9
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
13
10
import NuxtRoot from '#build/root-component.mjs'
14
11
import { tryUseNuxtApp , useRouter } from '#imports'
15
12
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ import type { RouteLocationRaw } from 'vue-router'
6
6
7
7
import { RouterLink } from './components/RouterLink'
8
8
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
12
9
import NuxtRoot from '#build/root-component.mjs'
13
10
import { tryUseNuxtApp , useRouter } from '#imports'
14
11
You can’t perform that action at this time.
0 commit comments