Skip to content

Commit 827851c

Browse files
committed
Add translate in forms.html.
There are some words not be translated.
1 parent 88e444c commit 827851c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/v2/guide/forms.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,11 @@ vm.selected.number // -> 123
362362
<input v-model.trim="msg">
363363
```
364364

365-
## `v-model` with Components
365+
## `v-model`与组件
366366

367-
> If you're not yet familiar with Vue's components, just skip this for now.
368-
369-
HTML's built-in input types won't always meet your needs. Fortunately, Vue components allow you to build reusable inputs with completely customized behavior. These inputs even work with `v-model`! To learn more, read about [custom inputs](components.html#Form-Input-Components-using-Custom-Events) in the Components guide.
367+
> 如果你对组件还不熟悉,跳过这里即可。
370368
369+
HTML的内置input类型可能不会总是能满足你的需求。幸运的是,Vue的组件系统允许你创建一个具有自定义行为的并且可重用的inputs。这些inputs甚至可以与`v-model`一起使用!想了解更多,阅读组件文档中的[自定义inputs](components.html#Form-Input-Components-using-Custom-Events)
371370

372371
***
373372

0 commit comments

Comments
 (0)