0👍
✅
Okay so figured it out, instead of ...mapMutations ([
"customer/showCustomerName"
])
change to
...mapMutations ('customer',{
showCustomerName: "showCustomerName"
})
Source:stackexchange.com