File tree 11 files changed +17
-17
lines changed
app-frontend/src/features
11 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 9
9
This form is only for submitting bug reports. If you have a usage question
10
10
or are unsure if this is really a bug, make sure to:
11
11
12
- - Read the [docs](https://devtools.vuejs.org/)
13
- - Read the [FAQ](https://devtools.vuejs.org/guide/faq.html)
12
+ - Read the [docs](https://devtools-v6 .vuejs.org/)
13
+ - Read the [FAQ](https://devtools-v6 .vuejs.org/guide/faq.html)
14
14
- Ask on [GitHub Discussions](https://github.com/vuejs/devtools/discussions)
15
15
- Ask on [Discord Chat](https://chat.vuejs.org/)
16
16
Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
3
- name : I have a performance issue
4
- url : https://devtools.vuejs.org/guide/devtools-perf.html
4
+ url : https://devtools-v6 .vuejs.org/guide/devtools-perf.html
5
5
about : Follow the guide to share performance profiling data with us!
6
6
- name : Questions & Discussions
7
7
url : https://github.com/vuejs/devtools/discussions
Original file line number Diff line number Diff line change 10
10
This form is only for submitting feature requests. If you have a usage question
11
11
or are unsure if this is really a bug, make sure to:
12
12
13
- - Read the [docs](https://devtools.vuejs.org/)
14
- - Read the [FAQ](https://devtools.vuejs.org/guide/faq.html)
13
+ - Read the [docs](https://devtools-v6 .vuejs.org/)
14
+ - Read the [FAQ](https://devtools-v6 .vuejs.org/guide/faq.html)
15
15
- Ask on [GitHub Discussions](https://github.com/vuejs/devtools/discussions)
16
16
- Ask on [Discord Chat](https://chat.vuejs.org/)
17
17
Original file line number Diff line number Diff line change 19
19
20
20
### Before submitting the PR, please make sure you do the following
21
21
22
- - [ ] Read the [ Contributing Guidelines] ( https://devtools.vuejs.org/guide/contributing.html ) .
23
- - [ ] Read the [ Pull Request Guidelines] ( https://devtools.vuejs.org/guide/contributing.html#pull-request-guidelines ) and follow the [ Commit Convention] ( https://github.com/vuejs/devtools/blob/main/.github/commit-convention.md ) .
22
+ - [ ] Read the [ Contributing Guidelines] ( https://devtools-v6 .vuejs.org/guide/contributing.html ) .
23
+ - [ ] Read the [ Pull Request Guidelines] ( https://devtools-v6 .vuejs.org/guide/contributing.html#pull-request-guidelines ) and follow the [ Commit Convention] ( https://github.com/vuejs/devtools/blob/main/.github/commit-convention.md ) .
24
24
- [ ] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
25
25
- [ ] Provide a description in this PR that addresses ** what** the PR is solving, or reference the issue that it solves (e.g. ` fixes #123 ` ).
26
26
<!-- @TODO tests - [ ] Ideally, include relevant tests that fail without this PR but pass with it. -->
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ We have a brand new version of Devtools being developed at [vuejs/devtools-next]
8
8
9
9
![ screenshot] ( ./media/screenshot-shadow.png )
10
10
11
- [ Documentation] ( https://devtools.vuejs.org/ ) | [ Install the extension] ( https://devtools.vuejs.org/guide/installation.html )
11
+ [ Documentation] ( https://devtools-v6 .vuejs.org/ ) | [ Install the extension] ( https://devtools-v6 .vuejs.org/guide/installation.html )
12
12
13
13
## Monorepo
14
14
@@ -29,7 +29,7 @@ We have a brand new version of Devtools being developed at [vuejs/devtools-next]
29
29
30
30
## Contributing
31
31
32
- See the [ Contributing guide] ( https://devtools.vuejs.org/guide/contributing.html ) .
32
+ See the [ Contributing guide] ( https://devtools-v6 .vuejs.org/guide/contributing.html ) .
33
33
34
34
## License
35
35
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ export default defineComponent({
219
219
<div class =" border-t border-gray-200 dark:border-gray-700 my-1" />
220
220
221
221
<VueDropdownButton
222
- href =" https://devtools.vuejs.org"
222
+ href =" https://devtools-v6 .vuejs.org"
223
223
target =" _blank"
224
224
icon-left =" description"
225
225
icon-right =" open_in_new"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default defineComponent({
32
32
</div >
33
33
34
34
<VueButton
35
- href =" https://devtools.vuejs.org/plugin/plugins-guide.html"
35
+ href =" https://devtools-v6 .vuejs.org/plugin/plugins-guide.html"
36
36
target =" _blank"
37
37
class =" primary"
38
38
>
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export default defineComponent({
102
102
<template v-if =" step === 5 " >
103
103
<p >
104
104
Any Vue plugin and library can now integrate with the devtools via its <a
105
- href =" https://devtools.vuejs.org/plugin/plugins-guide.html"
105
+ href =" https://devtools-v6 .vuejs.org/plugin/plugins-guide.html"
106
106
target =" _blank"
107
107
>Plugin API</a >.
108
108
</p >
@@ -144,7 +144,7 @@ export default defineComponent({
144
144
<template v-if =" step === 8 " >
145
145
<p >
146
146
Using the <a
147
- href =" https://devtools.vuejs.org/plugin/plugins-guide.html"
147
+ href =" https://devtools-v6 .vuejs.org/plugin/plugins-guide.html"
148
148
target =" _blank"
149
149
>Devtools Plugin API</a >, third-party libraries can also add layers and events to the Timeline.
150
150
</p >
@@ -184,7 +184,7 @@ export default defineComponent({
184
184
185
185
<p >
186
186
In case something doesn't work with your project, you can use the <a
187
- href =" https://devtools.vuejs.org/guide/installation.html#legacy"
187
+ href =" https://devtools-v6 .vuejs.org/guide/installation.html#legacy"
188
188
target =" _blank"
189
189
>Legacy version</a > and <a
190
190
href =" https://github.com/vuejs/devtools/issues/new/choose"
Original file line number Diff line number Diff line change @@ -803,7 +803,7 @@ export function openInEditor(file) {
803
803
} else {
804
804
console.log('%c' + msg, 'color:red')
805
805
}
806
- console.log('Check the setup of your project, see https://devtools.vuejs.org/guide/open-in-editor.html')
806
+ console.log('Check the setup of your project, see https://devtools-v6 .vuejs.org/guide/open-in-editor.html')
807
807
}
808
808
})`
809
809
if ( isChrome ) {
Original file line number Diff line number Diff line change 13
13
</ p >
14
14
15
15
< p >
16
- < a href ="https://devtools.vuejs.org/guide/faq.html#the-vue-devtools-don-t-show-up " target ="_blank "> Troubleshooting</ a >
16
+ < a href ="https://devtools-v6 .vuejs.org/guide/faq.html#the-vue-devtools-don-t-show-up " target ="_blank "> Troubleshooting</ a >
17
17
</ p >
18
18
</ div >
19
19
</ div >
Original file line number Diff line number Diff line change 13
13
</ p >
14
14
15
15
< p >
16
- < a href ="https://devtools.vuejs.org/guide/faq.html#the-vue-devtools-don-t-show-up " target ="_blank "> Troubleshooting</ a >
16
+ < a href ="https://devtools-v6 .vuejs.org/guide/faq.html#the-vue-devtools-don-t-show-up " target ="_blank "> Troubleshooting</ a >
17
17
</ p >
18
18
</ div >
19
19
</ div >
You can’t perform that action at this time.
0 commit comments