mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-09 03:03:18 +00:00
docs: fix defineNuxtLink property name (#4408)
This commit is contained in:
parent
36a42a4d70
commit
7557e55002
@ -92,7 +92,7 @@ You can overwrite `<NuxtLink>` defaults by creating your own link component usin
|
|||||||
|
|
||||||
```js [components/MyNuxtLink.js]
|
```js [components/MyNuxtLink.js]
|
||||||
export default defineNuxtLink({
|
export default defineNuxtLink({
|
||||||
name: 'MyNuxtLink',
|
componentName: 'MyNuxtLink',
|
||||||
/* see signature below for more */
|
/* see signature below for more */
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user