📅  最后修改于: 2022-03-11 15:02:31.086000             🧑  作者: Mango
//in vue you can use the instance function updated
export default {
updated() {
// your actions will be executed when data/template will be updated
},
}