Error Page
The VErrorPage
component is a Vue 3 component that displays a 404 error page when a user navigates to a non-existent route.
Example
vue
<script setup lang="ts">
import VErrorPageNotFound404 from 'UiKit/components/VPage/VErrorPage/VErrorPageNotFound404.vue';
</script>
<VErrorPageNotFound404 />