只要bet中的属性发生变化(可被监测到的),便会执行handler函数; 对象属性的watch 如果想监测具体的属性变化,如pokerHistory变化时,才执行handler函数,则可以利用计算属性computed做中间层。 对象具体属性的watch