chore: add offline page
This commit is contained in:
7
apps/web-antd/src/views/_essential/fallback/offline.vue
Normal file
7
apps/web-antd/src/views/_essential/fallback/offline.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { Fallback } from '@vben/common-ui';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Fallback status="offline" />
|
||||
</template>
|
Reference in New Issue
Block a user