Mise à jour des données de la fonction 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