2 天以前 3e71d77e7809a709ca2015306ab7ef7935dc82d7
1
2
3
4
5
6
7
8
9
<script lang="ts" setup>
import { Fallback } from '@vben/common-ui';
 
defineOptions({ name: 'FallbackOfflineDemo' });
</script>
 
<template>
  <Fallback status="offline" />
</template>