有個(gè)需求cate_list數(shù)字里面的對象比如quantity數(shù)量改變以及is_select數(shù)量改變需要watch可以觸發(fā)并監(jiān)到變化,求解決啊。我watch: { skuShow: 'get_item_sku', cart_list: { handler: function(newVal, oldVal) { console.log(newVal); }, deep: true, } },"cart_list": [{ "id": "10", "item_id": "1408", "item_name": "\u840c\u716e miYmiY\u5b9d\u5b9d\u4e13\u5c5e\u8425\u517b\u7c73", "sku_name": "\u6708\u5ea6\u5305", "quantity": "2", "is_select": "1", "old_price": "0", "price": "99.00", "total": "198.00", }, { "id": "9", "item_id": "1408", "item_name": "\u840c\u716e miYmiY\u5b9d\u5b9d\u4e13\u5c5e\u8425\u517b\u7c73", "sku_name": "7\u5929\u8bd5\u5403\u5305", "quantity": "2", "is_select": "1", "old_price": "0", "price": "38.00", "total": "76.00", }]
vue watch 數(shù)據(jù)變化
慕桂英3389331
2018-12-11 17:14:18