1👍
✅
You were pretty close:
new Vuex.Store({
getters: {
someMethod: (state) => (userid) => {
console.log(userid);
}
};
}
})
Source:stackexchange.com