[Vuejs]-Quasar [vuex] unknown action type: loadUsers 11 October 2023 by thecoderscamp.com 0👍 Can you try to call your dispatch like this: this.$store.dispatch('loadUsers', null, {root:true}) ? [Vuejs]-Update Vue data value after async fucntion call Source:stackexchange.com