mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 10:26:08 +08:00
fix: fix a series of known problems,fixed #54
This commit is contained in:
9
apps/web-antd/src/views/demos/badge/index.vue
Normal file
9
apps/web-antd/src/views/demos/badge/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts" setup>
|
||||
import { Fallback } from '@vben/common-ui';
|
||||
|
||||
defineOptions({ name: 'Menu321' });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Fallback description="用于徽标示例" status="coming-soon" title="徽标示例" />
|
||||
</template>
|
Reference in New Issue
Block a user