Vue Tip: Debug Computed PropertiesWe can debug properties by passing computed() a second options object.
Vue Tip: Debug WatcherYou can debug watchers by passing a third options object with onTrack and onTrigger callbacks.
Vue Tip: Lifecycle Hooks for DebuggingVue provides two lifecycle hooks that we can use for debugging purposes.