Skip to content
On this page

vuex监听多个方法

vue
watch: {
	productList: ['filterData', 'setSelectData', 'countPrice']
}

更新时间: