# 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 (with `false` value). - `redirect`: to redirect the user to a different page when the clear button is clicked. ## Usage ```vue /> ```