I have an action in my vuex store:
export const actions = { myaction() { return \'foo\' } }
Can I get the promise result (here foo<
foo<