Nick Messing
Nick Messing
@yyx990803, can I start working on this?
@yyx990803, yes, I'd love to
Spread should be reactive just like everything else. Can you please provide a reproduction link so I can debug it?
Can you please create a reproduction repository and link it here?
@koresar, I would vote against that because in vue we have events that are completely replace the need for "onSomeEvent" props. If there are components that use that kind of...
@koresar, so, instead of having a prop named "onSubmit" for a component, you declare an event named "submit" in the component and use that instead.
Unfortunately this plugin transform is outdated, please switch to https://github.com/vuejs/jsx
@ArmorDarks, can you provide an example on the alternative in vue template?
hmm.. here's a way to do that, I will think about some syntax for it. For now you can use spread to achieve the same result as shown [here](https://codepan.net/gist/54fb3dd491dfadc55737d3b140df1f0e)
I see a problem bigger, there's no reason for people not to use namespaced events in the first place, so we should probably support the full namespaced version like ``