From b7f7f3107c505e64ba18c38210e2c5a65820a1b1 Mon Sep 17 00:00:00 2001 From: holy-yakutsk <1097455706@qq.com> Date: Mon, 25 Apr 2022 01:39:49 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/component/uniui/uni-data-picker.m?= =?UTF-8?q?d.=20=E5=8F=82=E8=80=83element=20=E5=9C=A8=E7=BA=BF=E8=B0=83?= =?UTF-8?q?=E8=AF=95=EF=BC=8C=E6=8C=BA=E6=96=B9=E4=BE=BF=E7=9A=84=EF=BC=8C?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E6=90=9E=E4=B8=80=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/uniui/uni-data-picker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/uniui/uni-data-picker.md b/docs/component/uniui/uni-data-picker.md index c208e99b6..34d2c9a43 100644 --- a/docs/component/uniui/uni-data-picker.md +++ b/docs/component/uniui/uni-data-picker.md @@ -306,6 +306,6 @@ this.$refs.picker.show() // `picker` 为组件的 ref 名称 ``` -::: +::: [完整示例演示](https://hellouniapp.dcloud.net.cn/pages/extUI/data-picker/data-picker) \ No newline at end of file -- Gitee