11 lines
215 B
Vue
11 lines
215 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<v-empty-state
|
|
headline="Whoops, 404"
|
|
title="Page not found"
|
|
text="The page you were looking for does not exist"
|
|
icon="custom:nustar"
|
|
/>
|
|
</template>
|