We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4316490 commit 972a7daCopy full SHA for 972a7da
src/v2/guide/components-custom-events.md
@@ -17,6 +17,7 @@ this.$emit('myEvent')
17
Listening to the kebab-cased version will have no effect:
18
19
```html
20
+<!-- Won't work -->
21
<my-component v-on:my-event="doSomething"></my-component>
22
```
23
0 commit comments