WebService-Boilerplate/src-frontend/pages/Error404Page.vue
2025-03-11 12:57:45 +07:00

11 lines
334 B
Vue

<template>
<v-empty-state
headline="Упс, 404"
title="Страница не найдена"
text="Мы не можем найти страницу, которую вы ищите."
image="https://cdn-icons-png.flaticon.com/512/7465/7465751.png"
></v-empty-state>
</template>
<script setup>
</script>