初始版本提交
This commit is contained in:
13
src/views/demo/feat/breadcrumb/FlatList.vue
Normal file
13
src/views/demo/feat/breadcrumb/FlatList.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<PageWrapper title="平级面包屑示例" content="子级页面面包屑会覆盖当前层级">
|
||||
<router-link to="/feat/breadcrumb/flatDetail"> 进入平级详情页 </router-link>
|
||||
</PageWrapper>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import { PageWrapper } from '/@/components/Page';
|
||||
|
||||
export default defineComponent({
|
||||
components: { PageWrapper },
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user