Modules and State #16
-
Hi there I really like ray with laravel and want to use it also for Vue and specially Vuex. I am using multiple stores as modules. In Ray, I can track the mutations but not the state. In ray Vuex state in an empty object. Cheers, Eric This my vuex file: import Vue from "vue"; export default new Vuex.Store({ One off the modules export const state = { export const mutations = { export const actions = {
}, }; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently tracking Vuex with multiple stores isn't supported, however it will be added to a future release. |
Beta Was this translation helpful? Give feedback.
Currently tracking Vuex with multiple stores isn't supported, however it will be added to a future release.