akxcv/vuera

Usage with Vuex

Ouverte

#15 ouverte le 14 oct. 2017

 (3 commentaires) (0 réaction) (0 personne assignée)JavaScript (240 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 286 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Is there any way to maintain the $store Vuex instance property that's provided by Vuex? My app is a Vue application that uses Vuex for state management, but after reaching a React component that has Vue components as children, those components no longer have access to the Vuex store.

Outside of that I'm loving it so far, very easy to integrate with presentational components that don't need access to state, I'm just running into this issue on components requiring access to global state. :)

Guide contributeur