Thierry Goettelmann

Results 33 comments of Thierry Goettelmann
trafficstars

This would prevent the interdiction to use `$event` in favor of explicit naming: ```vue ` ` ``` **Edit:** Or maybe it could be configurable as an option?

I see your point, but it's really common to only need an inline handler. I don't think we should force users to use `@event="() => handler()"` where `@event="handler()"` is enough....

Thank you for your reply. After some thought, I wonder if this rule isn't trying to handle too many things at once. I agree on your first point (although I...