diff --git a/src/guide/component-basics.md b/src/guide/component-basics.md index b4aa0fc515..3965108ad7 100644 --- a/src/guide/component-basics.md +++ b/src/guide/component-basics.md @@ -234,7 +234,7 @@ Then the child component can emit an event on itself by calling the built-in [** ``` -Thanks to the `v-on:enlarge-text="postFontSize += 0.1"` listener, the parent will receive the event and update `postFontSize` value. +Thanks to the `@enlarge-text="postFontSize += 0.1"` listener, the parent will receive the event and update `postFontSize` value.