2021-09-09 12:00:18 +08:00
|
|
|
<template>
|
2021-12-12 17:28:39 +08:00
|
|
|
<exception-base type="403" />
|
2021-09-09 12:00:18 +08:00
|
|
|
</template>
|
|
|
|
|
2021-09-09 18:40:38 +08:00
|
|
|
<script lang="ts" setup>
|
2021-12-12 17:28:39 +08:00
|
|
|
import { ExceptionBase } from './components';
|
2021-09-09 18:40:38 +08:00
|
|
|
</script>
|
2021-09-09 12:00:18 +08:00
|
|
|
<style scoped></style>
|