4
In your function you have to change
buttonText = "Bar
" to buttonText.value="Bar"
For more info on reactivity see: https://vuejs.org/api/reactivity-core.html#ref
Source:stackexchange.com
4
In your function you have to change
buttonText = "Bar
" to buttonText.value="Bar"
For more info on reactivity see: https://vuejs.org/api/reactivity-core.html#ref