Skip to content

Commit 2a00f1c

Browse files
re-fortkazupon
authored andcommitted
Fix lint error (vuejs#342)
1 parent d948811 commit 2a00f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ new Vue({
327327
</script>
328328
{% endraw %}
329329

330-
もしオブジェクト内のすべてのプロパティを props として渡したいのであれば`v-bind` を引数なしで使う( `v-bind:プロパティ名` の代わりに `v-bind` )ことができます。例えば、 `todo` オブジェクトを与えるには:
330+
もしオブジェクト内のすべてのプロパティを props として渡したい場合`v-bind` を引数なしで使う(`v-bind:プロパティ名` の代わりに `v-bind`)ことができます。例えば、 `todo` オブジェクトを与えるには:
331331

332332
``` js
333333
todo: {

0 commit comments

Comments
 (0)