docs: update `nuxt-link.md` (#5819)

This commit is contained in:
Cupid Valentine 2022-07-11 19:35:30 +08:00 committed by GitHub
parent 6322d35b3f
commit 2f0bd1b762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ template: Example
This example shows different ways to use `<NuxtLink>`.
::alert{type=info icon=💡}
`components/myNuxtLink.ts` defines a custom `<NuxtLink>`.
`components/MyNuxtLink.ts` defines a custom `<NuxtLink>`.
::
::ReadMore{link="/api/components/nuxt-link"}