[Vuejs]-Vuex + Laravel. Why axios sends any values but only not that one, which come's with method's parameter?

0👍

Try by wrapping context with curly braces such as

async uploadProfileAvatar({context}, payload){
...
}

Leave a comment