lack of demo, installation is to short to understand, i have used like suggested, but error comes.
i use quasarframework,
[vuex-easy-access] Error!
There is no mutation set for 'alquran/ayat_dialog'.
Something went wrong with your vuex-easy-access setup.
Did you manually add ...defaultMutations(state) to your modules?
See the documentation here:
https://github.com/mesqueeb/VuexEasyAccess#setup
// You can also manually add a mutation like so in the correct module (not recommended!!):
mutations: {
'ayat_dialog': (state, payload) => {
state.ayat_dialog = payload
}
}
lack of demo, installation is to short to understand, i have used like suggested, but error comes.
i use quasarframework,
[vuex-easy-access] Error! There is no mutation set for 'alquran/ayat_dialog'. Something went wrong with your vuex-easy-access setup. Did you manually add
...defaultMutations(state)
to your modules? See the documentation here: https://github.com/mesqueeb/VuexEasyAccess#setup