Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Nov 11, 2023
1 parent 6bf2fc0 commit 09591cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/esprit-design/src/composables/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export function useLink(props: LinkProps) {
const NuxtLink =
// @ts-ignore
typeof defineNuxtLink === 'function'
// @ts-ignore
? (defineNuxtLink({
? // @ts-ignore
(defineNuxtLink({
componentName: 'DNuxtLink'
}) as typeof _RouterLink)
: undefined
Expand Down

0 comments on commit 09591cc

Please sign in to comment.