Skip to content

Commit 10e1467

Browse files
committed
up
1 parent f78db84 commit 10e1467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/vue/components/Link.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { ButtonHTMLAttributes } from 'vue'
33
import type { AppConfig } from '@nuxt/schema'
44
import type { RouterLinkProps, RouteLocationRaw } from 'vue-router'
55
import theme from '#build/ui/link'
6-
import { tv } from '../../utils/tv'
76
import type { ComponentConfig } from '../../types/utils'
87
98
type Link = ComponentConfig<typeof theme, AppConfig, 'link'>
@@ -96,6 +95,7 @@ import { reactiveOmit } from '@vueuse/core'
9695
import { hasProtocol } from 'ufo'
9796
import { useRoute, useAppConfig } from '#imports'
9897
import { RouterLink } from 'vue-router'
98+
import { tv } from '../../utils/tv'
9999
100100
defineOptions({ inheritAttrs: false })
101101

0 commit comments

Comments
 (0)