Skip to content

NotFound404

A Vue component.

File: src/components/error/NotFound404.vue

Overview

Props

NameTypeDefaultRequiredDescription
titlestring''Override the default title
descriptionstring''Override the default description
homeButtonTextstring''Override the home button text
suggestedRoutestring''Override the suggested home route

Props Details

title

Override the default title

  • Type: string
  • Required: No
  • Default: ''

description

Override the default description

  • Type: string
  • Required: No
  • Default: ''

homeButtonText

Override the home button text

  • Type: string
  • Required: No
  • Default: ''

suggestedRoute

Override the suggested home route

  • Type: string
  • Required: No
  • Default: ''

Events

This component emits no events.

Slots

This component has no slots.

Methods

This component exposes no public methods.

Usage Example

vue
<template>
  <NotFound404
     />
</template>

<script setup lang="ts">
// No event handlers needed
</script>

File Location

src/components/error/NotFound404.vue


This documentation was automatically generated from the component source code.

Released under the AGPL-3.0 License.