Error
A pre-built error component with NuxtError support.
Key Props
error: to display an error message.clear: to customize or hide the clear button (withfalsevalue).redirect: to redirect the user to a different page when the clear button is clicked.
Usage
<UError
<!-- props here -->
/>