Rodney Chen
2024-06-18 6c5dd72f97a580382008bb6e01c679701abd82d4
1
2
3
4
5
6
7
8
<template>
  <PageWrapper title="平级面包屑示例" content="子级页面面包屑会覆盖当前层级">
    <router-link to="/feat/breadcrumb/flatDetail"> 进入平级详情页 </router-link>
  </PageWrapper>
</template>
<script lang="ts" setup>
  import { PageWrapper } from '@/components/Page';
</script>