Skip to content

Commit

Permalink
fix(Link): typo in exactHash type
Browse files Browse the repository at this point in the history
Resolves #1767
  • Loading branch information
benjamincanac committed May 9, 2024
1 parent 24d30cd commit 581b470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/types/link.d.ts
Expand Up @@ -7,6 +7,6 @@ export interface Link extends NuxtLinkProps {
active?: boolean
exact?: boolean
exactQuery?: boolean
exactMatch?: boolean
exactHash?: boolean
inactiveClass?: string
}

0 comments on commit 581b470

Please sign in to comment.