From f06d559c368bcd5d90c27516d57f996b087ba646 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E6=97=AD?=
<7750886+zh_angxu@user.noreply.gitee.com>
Date: Thu, 5 Jun 2025 06:55:27 +0000
Subject: [PATCH] =?UTF-8?q?update=20docs/components/messageInput.md.=20?=
=?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=80=BC=E5=BA=94=E8=AF=A5=E6=98=AFv-model?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: 张旭 <7750886+zh_angxu@user.noreply.gitee.com>
---
docs/components/messageInput.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/components/messageInput.md b/docs/components/messageInput.md
index 9319323..59096da 100644
--- a/docs/components/messageInput.md
+++ b/docs/components/messageInput.md
@@ -28,7 +28,7 @@
- 如果需要显示默认值,请通过`value`参数配置
```html
-
+
```
### 是否自动获取焦点
@@ -96,7 +96,7 @@ uView有[键盘](/components/keyboard.html)组件,如果您想结合键盘组
| maxlength | 输入字符个数 | String \| Number | 4 | - |
| dot-fill | 是否用圆点填充 | Boolean | false | true |
| mode | 模式选择,见上方"基本使用"说明 | String | box | bottomLine / middleLine |
-| value | 预置值 | String \| Number | - | - |
+| v-model | 预置值 | String \| Number | - | - |
| breathe | 是否开启呼吸效果,见上方说明 | Boolean | true | false |
| focus | 是否自动获取焦点 | Boolean | false | true |
| bold | 字体和输入横线是否加粗 | Boolean | true | false |
--
Gitee