BreadV2 面包屑导航
基础用法
点击查看示例代码
vue
<template>
<h-bread-v2 :h_data="h_bread"></h-bread-v2>
</template>
<script setup>
const h_bread = {
content: [
{ name: '首页', link: 'http://www.baidu.com' },
{ name: '作业管理', link: '#/' },
{ name: '作业列表' },
]
}
</script>
<template>
<h-bread-v2 :h_data="h_bread"></h-bread-v2>
</template>
<script setup>
const h_bread = {
content: [
{ name: '首页', link: 'http://www.baidu.com' },
{ name: '作业管理', link: '#/' },
{ name: '作业列表' },
]
}
</script>
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
API
属性名 | 说明 | 类型 | 预设值 |
---|---|---|---|
h_data | 数据 | - |
插槽
插槽名 | 说明 |
---|