mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-21 19:16:37 +08:00
9 lines
160 B
Vue
9 lines
160 B
Vue
<template>
|
|
<exception-base type="500" />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { ExceptionBase } from './components';
|
|
</script>
|
|
<style scoped></style>
|