2026-08-10 80d9661ac50cc58c8051e806453d29563a2a22bc
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>