Skip to content

Commit

Permalink
docs: fix uncontrolled mode (tusen-ai#5479)
Browse files Browse the repository at this point in the history
修改doc语义问题.
  • Loading branch information
yxplus1116 committed Dec 19, 2023
1 parent 898216d commit 5191344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/pages/docs/controlled-uncontrolled/zhCN/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 非受控模式

在这种情况下,你不去控制 `<n-input />``value`,而只能监听它的变化,组件值的变化由组件自身控制。
在这种情况下,你不能去控制 `<n-input />``value`,而只能监听它的变化,组件值的变化由组件自身控制。

```html
<n-input @update:value="handleUpdateValue" />
Expand Down

0 comments on commit 5191344

Please sign in to comment.