Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
9ba69e56
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3614
Star
108
Fork
927
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
118
列表
看板
标记
里程碑
合并请求
110
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
118
Issue
118
列表
看板
标记
里程碑
合并请求
110
合并请求
110
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
9ba69e56
编写于
5月 10, 2022
作者:
inkwalk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
c1156262
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
15 addition
and
3 deletion
+15
-3
docs/component/uniui/uni-breadcrumb.md
docs/component/uniui/uni-breadcrumb.md
+5
-1
docs/component/uniui/uni-data-select.md
docs/component/uniui/uni-data-select.md
+5
-1
docs/component/uniui/uni-tooltip.md
docs/component/uniui/uni-tooltip.md
+5
-1
未找到文件。
docs/component/uniui/uni-breadcrumb.md
浏览文件 @
9ba69e56
...
...
@@ -7,6 +7,8 @@
显示当前页面的路径,快速返回之前的任意页面。
## 介绍
### 安装方式
本组件符合
[
easycom
](
https://uniapp.dcloud.io/collocation/pages?id=easycom
)
规范,
`HBuilderX 2.5.5`
起,只需将本组件导入项目,在页面
`template`
中即可直接使用,无需在页面中
`import`
和注册
`components`
。
...
...
@@ -65,7 +67,7 @@ export default {
| to | String/Object | | 路由跳转页面路径/对象 |
| replace | Boolean | | 在使用 to 进行路由跳转时,启用 replace 将不会向 history 添加新记录(仅 h5 支持) |
##
组件
示例
## 示例
::: warning 注意
直接拷贝示例代码,无法运行 ,示例依赖了
`uni-card`
`uni-section`
`uni-scss`
等多个组件。
...
...
@@ -126,3 +128,5 @@ export default {
<style
lang=
"scss"
></style>
```
[
完整示例演示
](
https://hellouniapp.dcloud.net.cn/pages/extUI/breadcrumb/breadcrumb
)
\ No newline at end of file
docs/component/uniui/uni-data-select.md
浏览文件 @
9ba69e56
...
...
@@ -7,6 +7,8 @@
当选项过多时,使用下拉菜单展示并选择内容
## 介绍
本组件要解决问题包括:
1.
数据绑定型组件:给本组件绑定一个 data,会自动渲染一组候选内容。再以往,开发者需要编写不少代码实现类似功能
...
...
@@ -115,7 +117,7 @@ export default {
| :-----: | :--------------------: | :------: |
| @change | 选中状态改变时触发事件 | - |
##
组件
示例
## 示例
::: warning 注意
直接拷贝示例代码,无法运行 ,示例依赖了
`uni-card`
`uni-section`
`uni-scss`
等多个组件。
...
...
@@ -208,3 +210,5 @@ export default {
}
</style>
```
[
完整示例演示
](
https://hellouniapp.dcloud.net.cn/pages/extUI/data-select/data-select
)
\ No newline at end of file
docs/component/uniui/uni-tooltip.md
浏览文件 @
9ba69e56
...
...
@@ -9,6 +9,8 @@
> 遮挡不住原生组件
## 介绍
### 安装方式
本组件符合
[
easycom
](
https://uniapp.dcloud.io/collocation/pages?id=easycom
)
规范,
`HBuilderX 2.5.5`
起,只需将本组件导入项目,在页面
`template`
中即可直接使用,无需在页面中
`import`
和注册
`components`
。
...
...
@@ -41,7 +43,7 @@
| default | 被 Tooltip 包裹的组件 |
| content | 弹出层插槽 |
##
组件
示例
## 示例
::: warning 注意
直接拷贝示例代码,无法运行 ,示例依赖了
`uni-card`
`uni-section`
`uni-scss`
等多个组件。
...
...
@@ -80,3 +82,5 @@
<style
lang=
"scss"
></style>
```
[
完整示例演示
](
https://hellouniapp.dcloud.net.cn/pages/extUI/tooltip/tooltip
)
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录