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