SebT

Results 5 comments of SebT

@jasondavies Hi. First thanks for your work. But why isn't this PR merged yet?

Hi. I have the same problem. The steps to reproduce are a bit random. It usually happens when my code doesn't compile then fix it, then re-insert an error then...

I have a similar problem, `this.$supply` is undefined the first time your computed prop is evaluated. Looking at the source code (https://github.com/Akryum/vue-supply/blob/master/src/index.js#L37), this is because `this.$supply` is set on the...

Check this vue-apollo discussion out : https://github.com/Akryum/vue-apollo/issues/7. It's bout how to integrate apollo with vue & vuex. From what I understood: vue-apollo should be used directly in "smart" components and...