📜  vue composition watch - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:37.053000             🧑  作者: Mango

代码示例1
// firstArgument is that what we watch
// secondArgument is the Function what we want to call

watch(firstArgument, secondArgument 
=> console.log(secondArgument));