mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-10 17:51:23 +08:00
10 lines
162 B
Vue
10 lines
162 B
Vue
<template>
|
|
<exception-base type="403" />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { ExceptionBase } from '../components';
|
|
</script>
|
|
|
|
<style scoped></style>
|