mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-20 10:36:38 +08:00
10 lines
177 B
Vue
10 lines
177 B
Vue
<template>
|
|
<exception-base type="403" />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { ExceptionBase } from '../../system-view/components';
|
|
</script>
|
|
|
|
<style scoped></style>
|