mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +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
|
||||
|
||||
// Attributes
|
||||
target?: string | null
|
||||
target?: '_blank' | '_parent' | '_self' | '_top' | (string & {}) | null
|
||||
rel?: string | null
|
||||
noRel?: boolean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user