Open
Description
For example https://vuejs.org/v2/guide/components-custom-events.html#Event-Names
For these reasons, we recommend you always use kebab-case for event names.
And here the same page https://vuejs.org/v2/guide/components-custom-events.html#sync-Modifier
That’s why instead, we recommend emitting events in the pattern of
update:myPropName
But update:myPropName
is not kebab-case.