[Vuejs]-Change attribute of this button inside v-for loop in Vue.js

0👍

I believe it’s prompting you to link :loading to a property, which you can set, rather than mutating the element prop directly. Thus, when you call checkInOrder() you could just update the boolean property that :loading is linked to.

I believe this question is relevant and will help you fix this issue.

👤Barzev

Leave a comment