Skip to content

Commit

Permalink
docs: update features
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jan 17, 2024
1 parent 03ba8e2 commit 8841472
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/guide/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,21 @@ Inspector expose the [vite-plugin-vue-inspector](https://github.com/webfansplz/v
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.

![separate-window](/features/separate-window.png)

## 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.

![command-palette](/features/command-palette.png)

## Multiple Apps Support

If your app uses multiple Vue instances, you can switch between them in the top left corner of the DevTools.

![multiple-apps](/features/multi-app.png)

## 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.

![split-screen](/features/split-screen.png)
Binary file added docs/public/features/command-palette.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/features/multi-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/features/split-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8841472

Please sign in to comment.