gaoluyang
18 小时以前 52a3e4348fc9c12919768cf770acfdd3bceefc0f
1
2
3
4
5
6
7
8
9
<script lang="ts" setup>
import { Fallback } from '@vben/common-ui';
 
defineOptions({ name: 'Fallback500Demo' });
</script>
 
<template>
  <Fallback status="500" />
</template>