Actualización de datos de la función VUE

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