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.
- [Vuejs]-Data updating but chart isn't
- [Vuejs]-How to get onclick="vm.$refs.foo.addThing()" working in Vue when calling from external JS?
Source:stackexchange.com