Answer the question
In order to leave comments, you need to log in
Why doesn't the getter see it?
Issue:
[vuex] unknown getter: allTemplates index.js
file:
import template from './modules/template';
export default new Vuex.Store({
modules: {
template,
},
)}
export default {
actions: {},
mutations: {},
state: {
templates: [],
},
getters: {
allTemplates(state) {
return state.templates;
},
},
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question