docs: fix defineNuxtLink property name (#4408)

This commit is contained in:
Lo 2022-04-19 15:29:53 +08:00 committed by GitHub
parent 36a42a4d70
commit 7557e55002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */
})
```