I\'am wondering why vuex store.dispatch(), always returns PromiseResult as undefined ? (I\'am aware that I shoud not return values from action, but just wondering why)
Vu