soybean-admin/src/views/system/exception/500.vue

9 lines
160 B
Vue

<template>
<exception-base type="500" />
</template>
<script lang="ts" setup>
import { ExceptionBase } from './components';
</script>
<style scoped></style>