[Vuejs]-Update follow status after axios request in Vue 2

0👍

The prop should not be updated directly, you need to create a local variable that takes your initial status, therefore your mutations should be on the local variable, I wrote this example hopefully it helps

https://codesandbox.io/s/xoyq2w996z

Leave a comment