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 '@webdevelop-pro/ui-kit/docs';
</script>
<VErrorPageNotFound404 />