diff --git a/src/runtime/types/link.d.ts b/src/runtime/types/link.d.ts index d39f5f2af..0e1b44d14 100644 --- a/src/runtime/types/link.d.ts +++ b/src/runtime/types/link.d.ts @@ -7,6 +7,6 @@ export interface Link extends NuxtLinkProps { active?: boolean exact?: boolean exactQuery?: boolean - exactMatch?: boolean + exactHash?: boolean inactiveClass?: string }