Atualização de dados da função 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