relógio de composição vue
// firstArgument is that what we watch
// secondArgument is the Function what we want to call
watch(firstArgument, secondArgument
=> console.log(secondArgument));
RedConcrete