mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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]
|
||||
export default defineNuxtLink({
|
||||
name: 'MyNuxtLink',
|
||||
componentName: 'MyNuxtLink',
|
||||
/* see signature below for more */
|
||||
})
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user