From 147926eae10750ba96eb9aba49ffdd961c56565f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E9=BE=99?=
<11139211+zhangxiaolong888@user.noreply.gitee.com>
Date: Thu, 23 Jun 2022 03:00:46 +0000
Subject: [PATCH] =?UTF-8?q?update=20docs/component/uniui/uni-popup.md.=20u?=
=?UTF-8?q?ni-popup-dialog.vue=20=E4=B8=AD=20type=3D"text"=20=E7=BC=BA?=
=?UTF-8?q?=E5=B0=91=E7=BB=91=E5=AE=9A=E4=BA=8B=E4=BB=B6=20=E5=BA=94?=
=?UTF-8?q?=E8=AF=A5=E4=B8=BA:type=3D"type"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/component/uniui/uni-popup.md | 140 +++++++++++++++---------------
1 file changed, 70 insertions(+), 70 deletions(-)
diff --git a/docs/component/uniui/uni-popup.md b/docs/component/uniui/uni-popup.md
index bb7dbd690..93ef53e49 100644
--- a/docs/component/uniui/uni-popup.md
+++ b/docs/component/uniui/uni-popup.md
@@ -1,10 +1,10 @@
-
+ **uni-popup-dialog.vue 中 type="text" 缺少绑定事件 应该为:type="type"**
::: tip 组件名:uni-popup
> 代码块: `uPopup`
> 关联组件:`uni-popup-dialog`,`uni-popup-message`,`uni-popup-share`,`uni-transition`
[点击下载&安装](https://ext.dcloud.net.cn/plugin?name=uni-popup)
-:::
+:::
弹出层组件,在应用中弹出一个消息提示窗口、提示框等
@@ -25,12 +25,12 @@
:::
### 基本用法
-```html
+```html
-
-
- 底部弹出 Popup
-
+
+
+ 底部弹出 Popup
+
```
@@ -332,59 +332,59 @@ export default {
- wx、app 需要 使用 page-meta 组件配合阻止滚动穿透
- 注意 page-meta 组件,一个页面只能存在一个
- 其他平台无法阻止滚动穿透,建议使用 scroll-view 滚动 ,手动设置 overflow:hidden,同 page-meta 方法一致
-
-
-
-## 示例
-::: warning 注意
-示例依赖了 `uni-card` `uni-section` `uni-scss` 等多个组件,直接拷贝示例代码将无法正常运行 。
-
-请到 [组件下载页面](https://ext.dcloud.net.cn/plugin?name=uni-popup) ,在页面右侧选择 `使用 HBuilderX导入示例项目` ,体验完整组件示例。
-:::
-
-::: preview https://hellouniapp.dcloud.net.cn/pages/extUI/popup/popup
-> Template
-``` html
+
+
+
+## 示例
+::: warning 注意
+示例依赖了 `uni-card` `uni-section` `uni-scss` 等多个组件,直接拷贝示例代码将无法正常运行 。
+
+请到 [组件下载页面](https://ext.dcloud.net.cn/plugin?name=uni-popup) ,在页面右侧选择 `使用 HBuilderX导入示例项目` ,体验完整组件示例。
+:::
+
+::: preview https://hellouniapp.dcloud.net.cn/pages/extUI/popup/popup
+> Template
+``` html
-
-
- 弹出层组件用于弹出一个覆盖到页面上的内容,使用场景如:底部弹出分享弹窗、页面插屏广告等。
+
+
+ 弹出层组件用于弹出一个覆盖到页面上的内容,使用场景如:底部弹出分享弹窗、页面插屏广告等。
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -395,8 +395,8 @@ export default {
class="button-text">输入对话框
-
-
+
+
@@ -437,9 +437,9 @@ export default {
-```
-> Script
-
+```
+> Script
+
```html
-```
-> Style
+
+```
+> Style
```html
-
-```
-:::
+
+
+```
+:::
[完整示例演示](https://hellouniapp.dcloud.net.cn/pages/extUI/popup/popup)
\ No newline at end of file
--
Gitee