2.0.3 • Published 2 years ago

@wu-component/wu-breadcrumb-item v2.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Breadcrumb 布局

显示当前页面的路径。

基础用法

适用广泛的基础用法。

::: demo

<template>
    <div style="display: flex; align-items: center;justify-content: space-around;width: 100%; margin-top: 8px; margin-bottom: 16px">
        <wu-plus-breadcrumb>
            <wu-plus-breadcrumb-item to="/hom">活动管理</wu-plus-breadcrumb-item>
            <wu-plus-breadcrumb-item>活动列表</wu-plus-breadcrumb-item>
            <wu-plus-breadcrumb-item>活动详情</wu-plus-breadcrumb-item>
        </wu-plus-breadcrumb>
    </div>
</template>
<script>
</script>

:::

图标分隔符

适用广泛的基础用法。

::: demo

<template>
    <div style="display: flex; align-items: center;justify-content: space-around;width: 100%; margin-top: 8px; margin-bottom: 16px">
        <wu-plus-breadcrumb separator="——">
            <wu-plus-breadcrumb-item to="/hom">活动管理</wu-plus-breadcrumb-item>
            <wu-plus-breadcrumb-item>活动列表</wu-plus-breadcrumb-item>
            <wu-plus-breadcrumb-item>活动详情</wu-plus-breadcrumb-item>
        </wu-plus-breadcrumb>
    </div>
</template>
<script>
</script>

:::

Breadcrumb Attributes

参数说明类型可选值默认值
separator分隔符String--'/'

Breadcrumb Item Attributes

参数说明类型可选值默认值
to对应的路由地址String----

Event

事件名说明参数
change值修改(event: CustomEvent) => void
2.0.3

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.11.8

2 years ago

1.11.7

2 years ago

1.11.6

2 years ago

1.11.4

2 years ago

1.11.3

2 years ago

1.11.1

2 years ago

1.11.0

2 years ago

1.10.6

2 years ago

1.10.5

2 years ago

1.10.4

2 years ago

1.10.3

2 years ago

1.10.2

2 years ago

1.10.1

2 years ago

1.10.0

2 years ago

1.9.24

3 years ago

1.9.22

3 years ago

1.9.21

3 years ago

1.9.20

3 years ago

1.9.18

3 years ago

1.9.17

3 years ago

1.9.1

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.0.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago