My code like this :
updated() {
console.log('test')
},
Demo and full code like this : https://jsfiddle.net/50wL7mdz/58492/
I check on console, the result of console.log('test') not display
If I use mounted, it works
Why if I use updated, it does not work?
How can I solve the problem?