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