We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a991db + afff4ea commit 2990fc4Copy full SHA for 2990fc4
src/v2/guide/forms.md
@@ -388,7 +388,7 @@ vm.selected.number // => 123
388
389
### `.lazy`
390
391
-在默认情况下,`v-model` 在每次 `input` 事件触发后将输入框的值与数据进行同步 (除了[上述](#vmodel-ime-tip)输入法组合文字时)。你可以添加 `lazy` 修饰符,从而转为在 `change` 事件_之后_进行同步:
+在默认情况下,`v-model` 在每次 `input` 事件触发后将输入框的值与数据进行同步 (除了[上述](#vmodel-ime-tip)输入法组合文字时)。你可以添加 `lazy` 修饰符,从而转为在 `change` 事件*之后*进行同步:
392
393
``` html
394
<!-- 在“change”时而非“input”时更新 -->
0 commit comments