From ed3c4235ca6404c5ef194ae9935322ac03716b7d Mon Sep 17 00:00:00 2001 From: shutao Date: Thu, 1 Aug 2024 20:09:33 +0800 Subject: [PATCH] =?UTF-8?q?update=20input.md=20textarea.md=20view.md=20?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/input.md | 2 +- docs/component/textarea.md | 2 +- docs/component/view.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/component/input.md b/docs/component/input.md index 7940120f..ce75df87 100644 --- a/docs/component/input.md +++ b/docs/component/input.md @@ -10,7 +10,7 @@ -#### 如何获取原生view对象 +#### 获取原生view对象 **Android 平台:** diff --git a/docs/component/textarea.md b/docs/component/textarea.md index 79c1583f..4efaa020 100644 --- a/docs/component/textarea.md +++ b/docs/component/textarea.md @@ -10,7 +10,7 @@ -#### 如何获取原生view对象 +#### 获取原生view对象 **Android 平台:** diff --git a/docs/component/view.md b/docs/component/view.md index c04a8b33..5676297b 100644 --- a/docs/component/view.md +++ b/docs/component/view.md @@ -20,7 +20,7 @@ - HBuilder4.0及以上版本App端调整为手指在view范围内移动不会取消`hover-class`状态,手指移动到view范围之外才会取消`hover-class`状态 -#### 如何获取原生view对象 +#### 获取原生view对象 **Android 平台:** -- GitLab