Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
technically you can invoke a function passed as prop via emit (since its all the same stuff). So @ota-meshi has a point here. If you think about render functions, you...
>If you really need that API for Vue core, I think you need to go ahead with the discussion on the next link. The discussion seems to be about if...
@ota-meshi could we probably reopen this issue? Especially after reading through your linked discussion, it seems like defining props the way I showed here seems to be even more common...
@ota-meshi I am just thinking, that event-handler-props generally seem to be a common thing (e.g. to be able to check if a listener was passed). The only difference here is...
@ota-meshi but if it is not allowed as prop, the error message should be "colon is not allowed in prop" and not "prop should be camelCase". Beside that, in a...
What happened to this issue? I would like to give it a try. In my use case, I have my whole app as entity and basically everything is linked together...
@ajl199 I ended up implementing my own solution with [vue-model](https://github.com/Fuzzyma/vue-model). Not too sure if it solves your use-case tho. All the data still needs to be put into models. Reactivity...
How it comes, that I always need features which are not quite ready yet... Is this branch ok enough to test/develop with? I really would like to use it.
I just tried to build it and got an error in Query.ts: >semantic error TS2698: Spread types may only be created from object types. I cloned your given branch and...
@cuebit do you have a timeframe in mind when 1.0 will get released? @petertoth branch seems to work as expected