Skip to content

Commit

Permalink
fix(Link): missing relative import (#2588)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Canac <[email protected]>
  • Loading branch information
yeonjulee1005 and benjamincanac authored Nov 10, 2024
1 parent ecd63ad commit 95a0bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/Link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ import { isEqual } from 'ohash'
import { useForwardProps } from 'radix-vue'
import { reactiveOmit } from '@vueuse/core'
import { useRoute } from '#imports'
import ULinkBase from './LinkBase.vue'
defineOptions({ inheritAttrs: false })
Expand Down

0 comments on commit 95a0bbc

Please sign in to comment.