diff --git a/src/runtime/vue/components/Link.vue b/src/runtime/vue/components/Link.vue index f383b0f5..335732c1 100644 --- a/src/runtime/vue/components/Link.vue +++ b/src/runtime/vue/components/Link.vue @@ -73,7 +73,7 @@ export interface LinkProps extends NuxtLinkProps { /** Will only be active if the current route is an exact match. */ exact?: boolean /** Will only be active if the current route query is an exact match. */ - exactQuery?: boolean + exactQuery?: boolean | 'partial' /** Will only be active if the current route hash is an exact match. */ exactHash?: boolean /** The class to apply when the link is inactive. */ @@ -91,7 +91,7 @@ export interface LinkSlots {