Using vue-supply with Meteor without vue-ssr?
- Vorherrschende Sprache
- JavaScript
- Sterne
- 159
- Forks
- 16
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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 engineer the [vue-meteor-demo](https://github.com/meteor-vue/vue-meteor-demo) app that seems to have vue-supply working. After removing all the components that I don't need, I noticed, that after I remove the meteor package _akryum:vue-ssr_ I get an error `storeOptions.supply.inject is not a function` and this is the same error I get when trying to integrate vue-supply to my app as well.
Server side rendering is not important for my app at all and I don't need vue-ssr. Is there a way to use vue-supply without using the server side rendering?
Note: the main reason I want to use vue-supply on my app is so I could get collections in vuex store.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.