mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
docs: escape 'elements' in jsdoc comments
This commit is contained in:
parent
7a3857e127
commit
5c6dc4c14e
@ -23,7 +23,7 @@ const firstNonUndefined = <T> (...args: (T | undefined)[]) => args.find(arg => a
|
||||
const NuxtLinkDevKeySymbol: InjectionKey<boolean> = Symbol('nuxt-link-dev-key')
|
||||
|
||||
/**
|
||||
* <NuxtLink> is a drop-in replacement for both Vue Router's <RouterLink> component and HTML's <a> tag.
|
||||
* `<NuxtLink>` is a drop-in replacement for both Vue Router's `<RouterLink>` component and HTML's `<a>` tag.
|
||||
* @see https://nuxt.com/docs/api/components/nuxt-link
|
||||
*/
|
||||
export interface NuxtLinkProps extends Omit<RouterLinkProps, 'to'> {
|
||||
|
@ -171,7 +171,7 @@ export default defineUntypedSchema({
|
||||
writeEarlyHints: false,
|
||||
|
||||
/**
|
||||
* Experimental component islands support with <NuxtIsland> and .island.vue files.
|
||||
* Experimental component islands support with `<NuxtIsland>` and `.island.vue` files.
|
||||
*
|
||||
* By default it is set to 'auto', which means it will be enabled only when there are islands,
|
||||
* server components or server pages in your app.
|
||||
|
Loading…
Reference in New Issue
Block a user