Skip to content

Commit 8841472

Browse files
committed
docs: update features
1 parent 03ba8e2 commit 8841472

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

docs/guide/features.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,21 @@ Inspector expose the [vite-plugin-vue-inspector](https://github.com/webfansplz/v
7373
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.
7474

7575
![separate-window](/features/separate-window.png)
76+
77+
## Command Palette
78+
79+
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.
80+
81+
![command-palette](/features/command-palette.png)
82+
83+
## Multiple Apps Support
84+
85+
If your app uses multiple Vue instances, you can switch between them in the top left corner of the DevTools.
86+
87+
![multiple-apps](/features/multi-app.png)
88+
89+
## Split Screen
90+
91+
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.
92+
93+
![split-screen](/features/split-screen.png)
140 KB
Loading

docs/public/features/multi-app.png

147 KB
Loading
134 KB
Loading

0 commit comments

Comments
 (0)