vue-supply icon indicating copy to clipboard operation
vue-supply copied to clipboard

Create resources that can automatically be activated and deactivated when used (like subscriptions)

Results 7 vue-supply issues
Sort by recently updated
recently updated
newest added

Hello @Akryum, it looks like subscriptions in vue supply aren't reactive in computed property. Exemple: ```javascript export default { name: 'Todo', mixins: [use('Todo')], computed: { isReady() { // this.$supply ==>...

I've been trying to integrate vue-supply into my app for a while now but it just does not work whatever I do. Finally, I thought I would try to reverse...

### What problem does this feature solve? Using `use` function to create mixin from supply definition is fine for components but it is not implemented to be used inside supplies....

Hi, I'm looking to integrate these things: - `vue` - `vuex` - `apollo` Is it right to assume I need to use `vue-supply` + `vue-apollo` for this? Ou just `vue-supply`...

Hi, I'm having a hard time wrapping my head around the way supply cache is used. I'm injecting the store (composed with injectSupply(storeOptions, supplyCache)), but when I try to use...

@Akryum .. again thank you for the excellent packages! I am working on a Vue2 (client) + Meteor (server) stack with [Meteor Client Bundler](https://github.com/Urigo/meteor-client-bundler]) and would like to know how...

Hi, I'm trying to use vue-supply with vue-meteor-tracker. My issue is, I need to pass a router param to the subscribe function, but I found no way of accessing it...