Hello named route
9 |Hello from route 1
10 |Hello from route 2
10 |5 | Vue.js not detected 6 |
7 | -------------------------------------------------------------------------------- /packages/shell-dev-vue2/src/router/RouteWithAlias.vue: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 |Hello from route with alias
9 |Hello from before enter route
9 |{{ props }}
9 |
10 |
--------------------------------------------------------------------------------
/packages/app-backend-api/src/plugin.ts:
--------------------------------------------------------------------------------
1 | import type { PluginDescriptor, SetupFunction } from '@vue/devtools-api'
2 |
3 | export interface Plugin {
4 | descriptor: PluginDescriptor
5 | setupFn: SetupFunction
6 | error: Error
7 | }
8 |
--------------------------------------------------------------------------------
/packages/shell-dev-vue2/src/router/RouteWithQuery.vue:
--------------------------------------------------------------------------------
1 |
5 |
6 |
7 | Hello from route with query: {{ $route.query }}
9 |Hello from route with params: Username: {{ $route.params.username }}, Id: {{ $route.params.id }}
10 |{{ message }}
16 |
5 | Vue.js is detected on this page.
6 | Devtools inspection is not available because it's in
7 | production mode or explicitly disabled by the author.
8 |
5 | Nuxt + Vue.js is detected on this page.
6 | Devtools inspection is not available because it's in
7 | production mode or explicitly disabled by the author.
8 |
{{ object }}
15 | Inited: {{ inited }}
19 |Hello from route with props: Username: {{ username }}, Id: {{ id }}
19 |{{ msg }}
17 |{{ msg }}
28 | 29 |
17 |
18 |
19 |
20 |
16 | {{ count }} 17 |
18 | 19 |
7 |
11 | Vue.js is detected on this page.
12 | Open DevTools and look for the Vue panel.
13 |
16 | Troubleshooting 17 |
18 |
7 |
11 | Nuxt + Vue.js is detected on this page.
12 | Open DevTools and look for the Vue panel.
13 |
16 | Troubleshooting 17 |
18 |{{ message }}
28 | {{ heavy() }}
35 | {{ state2 }}
46 |
47 |
--------------------------------------------------------------------------------
/packages/shell-dev-vue2/src/Events.vue:
--------------------------------------------------------------------------------
1 |
24 |
25 |
26 | 30 | Devtools plugins are added by packages in your application. They can provide new features to the Vue devtools, such as custom inspectors, additional component data or timeline layers. 31 |
32 |