Skip to content

Commit f2dfc58

Browse files
authored
docs: missing translation (#2631)
1 parent 0d3c302 commit f2dfc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/event-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ methods: {
131131

132132
### メソッド 対 インライン検出 {#method-vs-inline-detection}
133133

134-
テンプレートコンパイラーは、`v-on` の文字列値が JavaScript identifier、あるいはプロパティのアクセスパスとして適切かどうかを検証することで、メソッドハンドラーを検出します。例えば、`foo``foo.bar` さらには `foo['bar']` がメソッドハンドラーとして扱われる一方、`foo()` and `count++` はインラインハンドラーとして扱われます。
134+
テンプレートコンパイラーは、`v-on` の文字列値が JavaScript identifier、あるいはプロパティのアクセスパスとして適切かどうかを検証することで、メソッドハンドラーを検出します。例えば、`foo``foo.bar` さらには `foo['bar']` がメソッドハンドラーとして扱われる一方、`foo()` `count++` はインラインハンドラーとして扱われます。
135135

136136
## インラインハンドラー下でのメソッドの呼び出し {#calling-methods-in-inline-handlers}
137137

0 commit comments

Comments
 (0)