Question 11
Identify the issue in the following Vue.js code:
Why does the value not update correctly when the button is clicked?
should be used instead of
Arrow functions do not bind their own
should be a function in all Vue instances
Vue.js does not support external methods