Skip to content

Commit 75b7c00

Browse files
fix: vitest link in template (#678)
1 parent 9a5f8d7 commit 75b7c00

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: template/code/default/src/components/TheWelcome.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
3434
+
3535
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
3636
you need to test your components and web pages, check out
37-
<a href="https://vitest.dev/" target="_blank" rel="noopener">Vite</a>
37+
<a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
3838
and
3939
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
4040
/

Diff for: template/code/router/src/components/TheWelcome.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
3434
+
3535
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
3636
you need to test your components and web pages, check out
37-
<a href="https://vitest.dev/" target="_blank" rel="noopener">Vite</a>
37+
<a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
3838
and
3939
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
4040
/

Diff for: template/code/typescript-default/src/components/TheWelcome.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
3434
+
3535
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
3636
you need to test your components and web pages, check out
37-
<a href="https://vitest.dev/" target="_blank" rel="noopener">Vite</a>
37+
<a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
3838
and
3939
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
4040
/

Diff for: template/code/typescript-router/src/components/TheWelcome.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
3434
+
3535
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
3636
you need to test your components and web pages, check out
37-
<a href="https://vitest.dev/" target="_blank" rel="noopener">Vite</a>
37+
<a href="https://vitest.dev/" target="_blank" rel="noopener">Vitest</a>
3838
and
3939
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
4040
/

0 commit comments

Comments
 (0)