9 lines
161 B
Vue
9 lines
161 B
Vue
![]() |
<template>
|
||
|
<exception-base type="403" />
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts" setup>
|
||
|
import { ExceptionBase } from '../components';
|
||
|
</script>
|
||
|
<style scoped></style>
|