chore: update demo

This commit is contained in:
vben
2024-06-16 23:25:28 +08:00
parent 0023964eb7
commit 6c092e284c
9 changed files with 35 additions and 47 deletions

View File

@@ -0,0 +1,9 @@
<script lang="ts" setup>
import { Fallback } from '@vben/universal-ui';
defineOptions({ name: 'Menu21' });
</script>
<template>
<Fallback status="hello" />
</template>