Skip to content

Commit b750352

Browse files
committed
docs: update features screenshots
1 parent d1e5e93 commit b750352

26 files changed

+18
-110
lines changed

docs/.vitepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ export default defineConfig({
5959
},
6060
],
6161
},
62+
{
63+
text: '💚️ Sponsor',
64+
link: 'https://github.com/sponsors/webfansplz',
65+
},
6266
{
6367
// text: `v${version}`,
6468
// items: VERSIONS,

docs/getting-started/features.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,69 +6,63 @@ Discover all the features of the Vue DevTools
66

77
Shows a quick overview of your app, including the Vue version, pages and components.
88

9-
![overview](/features/overview.svg)
9+
![overview](/features/overview.png)
1010

1111
## Pages
1212

1313
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.
1414

15-
![pages](/features/pages.svg)
15+
![pages](/features/pages.png)
1616

1717
## Components
1818

1919
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.
2020

21-
![components](/features/components.svg)
21+
![components](/features/components.png)
2222

23-
## Assets
23+
## Assets(Vite only)
2424

2525
Assets tab shows your files from the project directory, you can see the information of selected file with some helpful actions.
2626

27-
![assets](/features/assets.svg)
28-
29-
## Timeline
30-
31-
Timeline tab allows you to travel through previous versions of your states or events.
32-
33-
![timeline](/features/timeline.svg)
27+
![assets](/features/assets.png)
3428

3529
## Router
3630

3731
Router tab is a feature integrated with [vue-router](https://github.com/vuejs/router), allowing you to view the routes list and its details.
3832

39-
![router](/features/router.svg)
33+
![router](/features/router.png)
4034

4135
## Pinia
4236

4337
Pinia tab is a feature integrated with [pinia](https://github.com/vuejs/pinia), allowing you to view the store list and its details, and edit the state.
4438

45-
![pinia](/features/pinia.svg)
39+
![pinia](/features/pinia.png)
4640

4741
## Graph
4842

4943
Graph tab shows the relationship between modules.
5044

51-
![graph](/features/graph.svg)
45+
![graph](/features/graph.png)
5246

5347
## Settings
5448

5549
Settings tab provides some options to customize the DevTools.
5650

57-
![settings](/features/settings.svg)
51+
![settings](/features/settings.png)
5852

59-
## Inspect
53+
## Inspect(Vite only)
6054

6155
Inspect expose the [vite-plugin-inspect](https://github.com/antfu/vite-plugin-inspect) integration, allowing you to inspect transformation steps of Vite.
6256

63-
![inspect](/features/inspect.svg)
57+
![inspect](/features/inspect.png)
6458

65-
## Inspector
59+
## Inspector(Vite only)
6660

6761
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.
6862

69-
![inspector](/features/inspector.svg)
63+
![inspector](/features/inspector.png)
7064

71-
## Separate Window
65+
## Separate Window(Vite only)
7266

7367
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.
7468

docs/public/features/assets.png

227 KB
Loading

docs/public/features/assets.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.
45 KB
Loading
193 KB
Loading

docs/public/features/components.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/public/features/graph.png

190 KB
Loading

docs/public/features/graph.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/public/features/inspect.png

343 KB
Loading

0 commit comments

Comments
 (0)