9 lines
176 B
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>
|