Category

List of articles for category: "Debugging"
Vue Tip: Debug Computed Properties Image

Vue Tip: Debug Computed Properties

We can debug properties by passing computed() a second options object.
Vue Tip: Debug Watcher Image

Vue Tip: Debug Watcher

You can debug watchers by passing a third options object with onTrack and onTrigger callbacks.
Vue Tip: Debugging in Templates Image

Vue Tip: Debugging in Templates

Guide to debug Vue component templates using the Browser DevTools.
Vue Tip: Lifecycle Hooks for Debugging Image

Vue Tip: Lifecycle Hooks for Debugging

Vue provides two lifecycle hooks that we can use for debugging purposes.