【vue】watch监听数组变化watch: {list: {deep: true,//深度监听handler: function() {dosomething}}},转载于:https://www.cnblogs.com/kevinmajesty/p/10668066.html