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 43320ce + 65a4b04 commit 0ef1538Copy full SHA for 0ef1538
src/v2/guide/forms.md
@@ -364,9 +364,9 @@ vm.selected.number // -> 123
364
365
## `v-model` 与组件
366
367
-> 如果你对组件还不熟悉,跳过这里即可。
+> 如果你还不熟悉Vue的组件,跳过这里即可。
368
369
-HTML 的内置 input 类型可能不会总是能满足你的需求。幸运的是, Vue 的组件系统允许你创建一个具有自定义行为的并且可重用的 inputs 。这些 inputs 甚至可以与 `v-model` 一起使用!想了解更多,阅读组件文档中的 [自定义inputs](components.html#Form-Input-Components-using-Custom-Events)。
+HTML 内建的 input 类型有时不能满足你的需求。还好,Vue 的组件系统允许你创建一个具有自定义行为可复用的 input 类型,这些 input 类型甚至可以和 `v-model` 一起使用!要了解更多,请参阅[自定义 input 类型](components.html#Form-Input-Components-using-Custom-Events)
370
371
***
372
0 commit comments