//in vue you can use the instance function updated export default { updated() { // your actions will be executed when data/template will be updated }, }