Home > Q&A > body text
PHP中文网2017-05-15 17:09:33
new Vue({ watch: { name: function(newValue, oldValue){ } } })
巴扎黑2017-05-15 17:09:33
Vue’s responsiveness is the ob.observe() method, and there is no need for dirty monitoring methods like watch.
我想大声告诉你2017-05-15 17:09:33
vue also has watch method, see http://cn.vuejs.org/guide/com...
伊谢尔伦2017-05-15 17:09:33
Vue provides a more general method to reflect data changes through watch settings