Files
soybean-admin/src/views/system-view/service-error/index.vue
Soybean 8f6d6ce3cb refactor(styles): 代码格式
ISSUES CLOSED: \
2022-05-28 12:30:17 +08:00

10 lines
162 B
Vue

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