来源:未知 时间:2021-04-29 00:29 作者:小飞侠 阅读:次
[导读] 普通的watch中只能监听到某对象的变化才会调用,当想监听对象以及对象中属性的变化都调用函数时,可以使用deep:true data(){ return{ bet:{ pokerState:53, pokerHistory:local }}},watch:{ bet:{ handler(ne...
|
普通的watch中只能监听到某对象的变化才会调用,当想监听对象以及对象中属性的变化都调用函数时,可以使用deep:true data() {
return {
bet: {
pokerState: 53,
pokerHistory: 'local' }
}
},watch: {
bet: {
handler(newValue, oldValue) {
console.log(newValue) },
deep: true }
} |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com