0👍
✅
This code solved my problem:
watch: {
list: {
deep: true,
// We have to move our method to a handler field
handler() {
console.log("The list of colours has changed!");
}
}
}
Source:stackexchange.com