akxcv/vuera

Usage with Vuex

开放

#15 创建于 2017年10月14日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (240 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (4,286 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南