Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
01a20b6d
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3172
Star
105
Fork
804
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
93
列表
看板
标记
里程碑
合并请求
67
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
93
Issue
93
列表
看板
标记
里程碑
合并请求
67
合并请求
67
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
01a20b6d
编写于
6月 08, 2022
作者:
DCloud-WZF
💬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs(uni-breadcrumb): 修改 to 属性 type
上级
bed99227
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
11 addition
and
11 deletion
+11
-11
docs/component/uniui/uni-breadcrumb.md
docs/component/uniui/uni-breadcrumb.md
+11
-11
未找到文件。
docs/component/uniui/uni-breadcrumb.md
浏览文件 @
01a20b6d
...
...
@@ -21,9 +21,9 @@
```
html
<uni-breadcrumb
separator=
"/"
>
<uni-breadcrumb-item
v-for=
"
route in routes"
:to=
"route.to"
>
{{route.name}}
</uni-breadcrumb-item
>
<uni-breadcrumb-item
v-for=
"
(route,index) in routes"
:key=
"index"
:to=
"route.to"
>
{{route.name}}
</uni-breadcrumb-item
>
</uni-breadcrumb>
```
...
...
@@ -64,7 +64,7 @@ export default {
| 属性名 | 类型 | 默认值 | 说明 |
| :-----: | :-----------: | :----: | :-----------------------------------------------------------------------------: |
| to | String
/Object | | 路由跳转页面路径/对象
|
| to | String
| | 路由跳转页面路径
|
| replace | Boolean | | 在使用 to 进行路由跳转时,启用 replace 将不会向 history 添加新记录(仅 h5 支持) |
## 示例
...
...
@@ -87,16 +87,16 @@ export default {
</uni-card>
<uni-section
title=
"基础用法"
type=
"line"
padding
>
<uni-breadcrumb
separator=
"/"
>
<uni-breadcrumb-item
v-for=
"
route in routes"
:to=
"route.to"
>
{{route.name}}
</uni-breadcrumb-item
>
<uni-breadcrumb-item
v-for=
"
(route,index) in routes"
:key=
"index"
:to=
"route.to"
>
{{route.name}}
</uni-breadcrumb-item
>
</uni-breadcrumb>
</uni-section>
<uni-section
title=
"自定义分隔符"
type=
"line"
padding
>
<uni-breadcrumb
separator=
">"
>
<uni-breadcrumb-item
v-for=
"
route in routes"
:to=
"route.to"
>
{{route.name}}
</uni-breadcrumb-item
>
<uni-breadcrumb-item
v-for=
"
(route,index) in routes"
:key=
"index"
:to=
"route.to"
>
{{route.name}}
</uni-breadcrumb-item
>
</uni-breadcrumb>
</uni-section>
</view>
...
...
@@ -109,7 +109,7 @@ export default {
return
{
routes
:
[
{
to
:
"
/
"
,
to
:
"
/
pages/index/index
"
,
name
:
"
首页
"
,
},
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录