mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-12 22:03:16 +08:00
feat: use simpler nitro instead of nestjs to implement mock service
This commit is contained in:
13
apps/web-antd/src/views/demos/breadcrumb/level-detail.vue
Normal file
13
apps/web-antd/src/views/demos/breadcrumb/level-detail.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script lang="ts" setup>
|
||||
import { Fallback } from '@vben/common-ui';
|
||||
|
||||
defineOptions({ name: 'BreadcrumbLevelDetail' });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Fallback
|
||||
description="面包屑导航-层级模式-详情页"
|
||||
status="coming-soon"
|
||||
title="注意观察面包屑导航变化"
|
||||
/>
|
||||
</template>
|
||||
Reference in New Issue
Block a user