[Vuejs]-VueJS/Vuex: Cannot access to real value of input

0👍

Make isEqual a data item. In usualname.set, set it to false (you may have to check that the new value is not the same as the old value). Put a watch on usualname that sets it back to true.

Leave a comment