
Vue Tip: Getting the preveious value of computed property
In Vue's documentation I realised something I never see before. It's about getting the previous value of a computed property. Generally I was achieving this by using a `watch` function. But Vue has a better way to do this. Let's jump into it.
