admin-vben5/playground/src/views/demos/features/hide-menu-children/parent.vue
Vben b464b87ac5
refactor: migrate demo applications to playground (#4116)
* chore: detail adjustment

* refactor: Migrate demo applications to playground

* perf: logic optimization

* chore: update docs

* chore: update docs
2024-08-11 16:09:32 +08:00

12 lines
225 B
Vue

<script lang="ts" setup>
import { Fallback } from '@vben/common-ui';
</script>
<template>
<Fallback
description="当前菜单的子菜单不可见"
status="coming-soon"
title="隐藏子菜单"
/>
</template>