feat: menu supports carrying default query (#4687)
This commit is contained in:
11
playground/src/views/demos/features/menu-query/index.vue
Normal file
11
playground/src/views/demos/features/menu-query/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script lang="ts" setup>
|
||||
import { Fallback } from '@vben/common-ui';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Fallback
|
||||
description="点击菜单,将会带上参数"
|
||||
status="coming-soon"
|
||||
title="菜单带参示例"
|
||||
/>
|
||||
</template>
|
Reference in New Issue
Block a user