You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/features.md
+14-20Lines changed: 14 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,69 +6,63 @@ Discover all the features of the Vue DevTools
6
6
7
7
Shows a quick overview of your app, including the Vue version, pages and components.
8
8
9
-

9
+

10
10
11
11
## Pages
12
12
13
13
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.
14
14
15
-

15
+

16
16
17
17
## Components
18
18
19
19
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.
20
20
21
-

21
+

22
22
23
-
## Assets
23
+
## Assets(Vite only)
24
24
25
25
Assets tab shows your files from the project directory, you can see the information of selected file with some helpful actions.
26
26
27
-

28
-
29
-
## Timeline
30
-
31
-
Timeline tab allows you to travel through previous versions of your states or events.
32
-
33
-

27
+

34
28
35
29
## Router
36
30
37
31
Router tab is a feature integrated with [vue-router](https://github.com/vuejs/router), allowing you to view the routes list and its details.
38
32
39
-

33
+

40
34
41
35
## Pinia
42
36
43
37
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.
44
38
45
-

39
+

46
40
47
41
## Graph
48
42
49
43
Graph tab shows the relationship between modules.
50
44
51
-

45
+

52
46
53
47
## Settings
54
48
55
49
Settings tab provides some options to customize the DevTools.
56
50
57
-

51
+

58
52
59
-
## Inspect
53
+
## Inspect(Vite only)
60
54
61
55
Inspect expose the [vite-plugin-inspect](https://github.com/antfu/vite-plugin-inspect) integration, allowing you to inspect transformation steps of Vite.
62
56
63
-

57
+

64
58
65
-
## Inspector
59
+
## Inspector(Vite only)
66
60
67
61
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.
68
62
69
-

63
+

70
64
71
-
## Separate Window
65
+
## Separate Window(Vite only)
72
66
73
67
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.
0 commit comments