Files
dolphin-frontend/src/views/exception/403/index.vue
Soybean d28b9039bb refactor(projects): 代码优化
ISSUES CLOSED: \
2022-05-28 13:33:09 +08:00

8 lines
114 B
Vue

<template>
<exception-base type="403" />
</template>
<script lang="ts" setup></script>
<style scoped></style>