akxcv/vuera

Usage with Vuex

Open

#15 aperta il 14 ott 2017

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (264 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (4260 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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. :)

Guida contributor