Conversation
✅ Deploy Preview for vue-devtools-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| ## Inspector | ||
|
|
||
| Inspector expose the [vite-plugin-vue-inspector](https://github.com/webfansplz/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. | ||
| Inspector expose the [vite-plugin-vue-inspector](https://github.com/webfansplz/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. You can active it with `Ctrl+Shift` or `Cmd+Shift` shortcut. When activated, you can use `Esc` shortcut to exit. You can customize shortcut by [`Options.componentInspector.toggleComboKey`](/guide/vite-plugin#options) |
docs/getting-started/features.md
Outdated
| Discover all the features of the Vue DevTools | ||
| Discover all the features of the Vue DevTools. | ||
|
|
||
| You can open or close Vue DevTools with `Shift+Alt+D` or `Shift+Option+D` shortcut. |
There was a problem hiding this comment.
It only works with Vite plugin, but we now have multi-client support (standalone app, browser extension)
There was a problem hiding this comment.
Maybe we can label it here: If you are using Vite plugin, you can ... ?
There was a problem hiding this comment.
Maybe we can label it here:
If you are using Vite plugin, you can ...?
@webfansplz I updated it to If you are using Vite plugin, you can open or close Vue DevTools with Shift+Alt+DorShift+Option+D shortcut., what do you think?
| Discover all the features of the Vue DevTools | ||
| Discover all the features of the Vue DevTools. | ||
|
|
||
| If you are using Vite plugin, you can open or close Vue DevTools with `Shift+Alt+D` or `Shift+Option+D` shortcut. |
There was a problem hiding this comment.
| If you are using Vite plugin, you can open or close Vue DevTools with `Shift+Alt+D` or `Shift+Option+D` shortcut. | |
| If you are using the Vite plugin, you can open or close Vue DevTools with the keyboard shortcut `Shift+Alt+D` or `Shift+Option+D`. |
Minor English revision suggestion 🙇🏼♂️
| ## Inspector | ||
|
|
||
| Inspector expose the [vite-plugin-vue-inspector](https://github.com/webfansplz/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. | ||
| Inspector expose the [vite-plugin-vue-inspector](https://github.com/webfansplz/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. You can active it with `Ctrl+Shift` or `Cmd+Shift` shortcut. When activated, you can use `Esc` shortcut to exit. You can customize shortcut by [`Options.componentInspector.toggleComboKey`](/guide/vite-plugin#options) |
There was a problem hiding this comment.
| Inspector expose the [vite-plugin-vue-inspector](https://github.com/webfansplz/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. You can active it with `Ctrl+Shift` or `Cmd+Shift` shortcut. When activated, you can use `Esc` shortcut to exit. You can customize shortcut by [`Options.componentInspector.toggleComboKey`](/guide/vite-plugin#options) | |
| The inspector exposes the [vite-plugin-vue-inspector](https://github.com/webfansplz/vite-plugin-vue-inspector) integration. With this integration you can inspect any element in your app's DOM tree and see which Vue component is responsible for rendering it, making it much easier to find the right place to make changes. | |
| You can activate it with the keyboard shortcut `Ctrl+Shift` or `Cmd+Shift`. When activated, you can press `Esc` to exit. You can customize shortcut keybindings via the [`Options.componentInspector.toggleComboKey`](/guide/vite-plugin#options) option. |
English revision suggestion
close #547