Skip to content

Commit 50accd8

Browse files
davidhewittkazupon
authored andcommitted
Clarify .prop modifier interacting with components (vuejs#966)
* Clarify .prop modifier interacting with components * Move .prop text into bullets * Remove whitespace
1 parent e5e209f commit 50accd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ type: api
17481748
- **引数:** `attrOrProp (任意)`
17491749

17501750
- **修飾子:**
1751-
- `.prop` - 属性の代わりに DOM プロパティとして束縛します([違いは何?](http://stackoverflow.com/questions/6003819/properties-and-attributes-in-html#answer-6004028))
1751+
- `.prop` - 属性の代わりに DOM プロパティとして束縛します([違いは何?](http://stackoverflow.com/questions/6003819/properties-and-attributes-in-html#answer-6004028))。If the tag is a component then `.prop` will set the property on the component's `$el`.
17521752
- `.camel` - (2.1.0 以降) ケバブケースの属性名をキャメルケースに変換します。
17531753
- `.sync` - (2.3.0 以降) 束縛された値を更新するための、 `v-on` ハンドラに展開する糖衣構文。
17541754

0 commit comments

Comments
 (0)