Features
Discover all the features of the Vue DevTools
Overview
Shows a quick overview of your app, including the Vue version, pages and components.
Pages
Pages tab shows your current routes with some useful information, and provides a quick way to navigate between pages. You can also use the textbox to see how each route is matched.
Components
Components tab shows your components information, including the node tree, state and so on. And provides some interactive features, e.g. edit state, scroll to component, etc.
Timeline
Timeline tab shows the performance of your app, including the time spent on rendering, updating, and so on.
Assets(Vite only)
Assets tab shows your files from the project directory, you can see the information of selected file with some helpful actions.
Router
Router tab is a feature integrated with vue-router, allowing you to view the routes list and its details.
Pinia
Pinia tab is a feature integrated with pinia, allowing you to view the store list and its details, and edit the state.
Graph
Graph tab shows the relationship between modules.
Settings
Settings tab provides some options to customize the DevTools.
Inspect(Vite only)
Inspect expose the vite-plugin-inspect integration, allowing you to inspect transformation steps of Vite.
Inspector(Vite only)
Inspector expose the vite-plugin-vue-inspector integration, you can inspect your app's DOM tree and see which component is rendering it. Finding the place to make changes are much easier.
Separate Window(Vite only)
Vue DevTools is able to run as a separate window, it's so helpful when you want to debug your app in a small screen.
Command Palette
Command Palette is a quick way to access some useful features of the DevTools such as easy navigation, run commands and Vue Documentations. You can open it with Ctrl+K
or Cmd+K
shortcut.
Multiple Apps Support
If your app uses multiple Vue instances, you can switch between them in the top left corner of the DevTools.
Split Screen
Split Screen is a useful feature to use multiple tabs at the same time. You can open it from Command Palette or by clicking the Vue Icon
in the top left corner of the DevTools and activate it from there.