Open
Description
docs/src/guide/components/attrs.md
Line 109 in fe96839
This does not make it entirely clear that the conventional kebab casing of event names would be camel cased i.e. @my-event
would result in an attr named onMyEvent
.
And it also does not document how any uppercase letter makes it simply prefix on:
to the name with no transform, like @My-event
yields on:My-event
Metadata
Assignees
Labels
No labels