Skip to content

Commit 41c7287

Browse files
authored
Merge pull request #365 from colorbox/fix_typo_on_component_custom_event
2 parents 071d708 + 75b7b9c commit 41c7287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-custom-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ this.$emit('myEvent')
1414
<my-component @my-event="doSomething"></my-component>
1515
```
1616

17-
[プロパティの形式](/guide/component-props.html#プロパティの形式-キャメルケース-vs-ケバブケース) と同じように、DOM 内テンプレートを使っている場合は、ケバブケースのイベントリスナを使うことをお勧めします。文字列テンプーとを使っている場合は、この制約は適用されません。
17+
[プロパティの形式](/guide/component-props.html#プロパティの形式-キャメルケース-vs-ケバブケース) と同じように、DOM 内テンプレートを使っている場合は、ケバブケースのイベントリスナを使うことをお勧めします。文字列テンプレートを使っている場合は、この制約は適用されません。
1818

1919
## カスタムイベントの定義
2020

0 commit comments

Comments
 (0)