📅  最后修改于: 2022-03-11 14:52:37.053000             🧑  作者: Mango
// firstArgument is that what we watch
// secondArgument is the Function what we want to call
watch(firstArgument, secondArgument
=> console.log(secondArgument));