mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
8 lines
139 B
Vue
8 lines
139 B
Vue
<script lang="ts" setup>
|
|
import { Fallback } from '@vben/common-ui';
|
|
</script>
|
|
|
|
<template>
|
|
<Fallback status="coming-soon" />
|
|
</template>
|