mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
chores(docs): prevent link rendering by Docus (#4166)
Use back ticks to prevent Docus from rendering a link to Github based on `@` character
This commit is contained in:
parent
6f8e7a8ac7
commit
c7ff6d1740
@ -4,7 +4,7 @@ Nuxt provides the `<NuxtErrorBoundary>` component to handle client-side errors h
|
||||
|
||||
## Events
|
||||
|
||||
- **@error**: Event emitted when the default slot of the component throws an error.
|
||||
- **`@error`**: Event emitted when the default slot of the component throws an error.
|
||||
|
||||
```vue
|
||||
<template>
|
||||
|
Loading…
Reference in New Issue
Block a user