We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78db84 commit 10e1467Copy full SHA for 10e1467
src/runtime/vue/components/Link.vue
@@ -3,7 +3,6 @@ import type { ButtonHTMLAttributes } from 'vue'
3
import type { AppConfig } from '@nuxt/schema'
4
import type { RouterLinkProps, RouteLocationRaw } from 'vue-router'
5
import theme from '#build/ui/link'
6
-import { tv } from '../../utils/tv'
7
import type { ComponentConfig } from '../../types/utils'
8
9
type Link = ComponentConfig<typeof theme, AppConfig, 'link'>
@@ -96,6 +95,7 @@ import { reactiveOmit } from '@vueuse/core'
96
95
import { hasProtocol } from 'ufo'
97
import { useRoute, useAppConfig } from '#imports'
98
import { RouterLink } from 'vue-router'
+import { tv } from '../../utils/tv'
99
100
defineOptions({ inheritAttrs: false })
101
0 commit comments