mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 20:52:02 +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>
|