docs:语义问题修改 (#5500)

This commit is contained in:
超级烦 2024-01-10 19:54:49 +08:00 committed by GitHub
parent a4d7bc9f17
commit c02d202dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
## 非受控模式
在这种情况下,你不能控制 `<n-input />``value`,而只能监听它的变化,组件值的变化由组件自身控制。
在这种情况下,你不能控制 `<n-input />``value`,而只能监听它的变化,组件值的变化由组件自身控制。
```html
<n-input @update:value="handleUpdateValue" />