mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
types: include nuxt-link
target types (#8172)
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
1beb7d03a1
commit
9fa147dc22
@ -26,7 +26,7 @@ export type NuxtLinkProps = {
|
|||||||
custom?: boolean
|
custom?: boolean
|
||||||
|
|
||||||
// Attributes
|
// Attributes
|
||||||
target?: string | null
|
target?: '_blank' | '_parent' | '_self' | '_top' | (string & {}) | null
|
||||||
rel?: string | null
|
rel?: string | null
|
||||||
noRel?: boolean
|
noRel?: boolean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user