Skip to content

Commit

Permalink
Add negative example warning (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
afontcu authored and sdras committed Feb 18, 2019
1 parent 4316490 commit 972a7da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v2/guide/components-custom-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ this.$emit('myEvent')
Listening to the kebab-cased version will have no effect:

```html
<!-- Won't work -->
<my-component v-on:my-event="doSomething"></my-component>
```

Expand Down

0 comments on commit 972a7da

Please sign in to comment.