Question 6
Consider the following Vuex store setup for a user management system:
Suppose the following mutation is committed:store.commit("updateUserStatus", { userId: 2, status: "active" });. Which of the following statements is TRUE after this mutation is executed?
The mutation will not affect any getter output