fix(Link): typo in exactHash type

Resolves #1767
This commit is contained in:
Benjamin Canac
2024-05-09 11:38:39 +02:00
parent 24d30cd1f3
commit 581b470cc7

View File

@@ -7,6 +7,6 @@ export interface Link extends NuxtLinkProps {
active?: boolean
exact?: boolean
exactQuery?: boolean
exactMatch?: boolean
exactHash?: boolean
inactiveClass?: string
}