From c0dfa935ba55f0dea1acd535f17b3ce67e14a85b Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Fri, 20 Oct 2023 13:14:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=A7=BB=E9=99=A4=E5=B7=B2=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20bug=20=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/uni-app-x/component/text.md | 1 - docs/uni-app-x/vue/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/uni-app-x/component/text.md b/docs/uni-app-x/component/text.md index 38865fc9f..b39bf4a66 100644 --- a/docs/uni-app-x/component/text.md +++ b/docs/uni-app-x/component/text.md @@ -27,5 +27,4 @@ app-nvue中,text组件不能嵌套。 ## Bug & Tips@tips -- **bug**: `text` 嵌套 `text`时,如果外层 `text` 内没有文本内容,内层 `text` 文本未渲染。 - **tip**: app-uvue的selectable开启后,仅支持全部文字复制,不支持自由调整光标选择文字。如需自由选择文字,请使用[rich-text组件](rich-text.md)。 diff --git a/docs/uni-app-x/vue/README.md b/docs/uni-app-x/vue/README.md index 98dd4cda7..87b27fc78 100644 --- a/docs/uni-app-x/vue/README.md +++ b/docs/uni-app-x/vue/README.md @@ -111,4 +111,4 @@ uni-app x 新增了 [onLastPageBackPress](collocation/App.md#applifecycle) 和 [ -## Bug & Tips@tips + -- GitLab