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:
Clément Ollivier 2022-04-07 16:02:54 +02:00 committed by GitHub
parent 6f8e7a8ac7
commit c7ff6d1740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>