Files
dolphin-frontend/src/views/exception/404/index.vue

9 lines
176 B
Vue

<template>
<exception-base type="404" />
</template>
<script lang="ts" setup>
import { ExceptionBase } from '../../system-view/components';
</script>
<style scoped></style>