Disclaimer: This is my first attempt at building an MVVM app I have also not worked with vue.js before, so it could well be that my issue is a result of a more
Other solution not mentioned here: Use the deep option.
deep
watch:{ block: { handler: function () {console.log("changed") }, deep: true } }