Skip to content

Commit 48038d6

Browse files
committed
docs: fix word misspellings
1 parent 67042c9 commit 48038d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/index.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ CustomizedForm = Form.create({})(CustomizedForm);
102102

103103
1.**不再需要也不应该**`onChange` 来做同步,但还是可以继续监听 `onChange` 等事件。
104104
2. 你不能用控件的 `value` `defaultValue` 等属性来设置表单域的值,默认值可以用 `getFieldDecorator` 里的 `initialValue`
105-
3. 你不应该用 `v-modle`,可以使用 `this.form.setFieldsValue` 来动态改变表单值。
105+
3. 你不应该用 `v-model`,可以使用 `this.form.setFieldsValue` 来动态改变表单值。
106106

107107
#### 特别注意
108108

0 commit comments

Comments
 (0)