feat(Link): add active prop to override default behaviour (#732)

Co-authored-by: Sébastien Chopin <seb@nuxt.com>
This commit is contained in:
Benjamin Canac
2023-09-25 20:57:41 +02:00
committed by GitHub
parent 6887f732ee
commit 8257a11dcb
2 changed files with 9 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import type { NuxtLinkProps } from '#app'
export interface Link extends NuxtLinkProps {
active?: boolean
exact?: boolean
exactQuery?: boolean
exactMatch?: boolean