Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 75b7c00

Browse filesBrowse files
fix: vitest link in template (#678)
1 parent 9a5f8d7 commit 75b7c00
Copy full SHA for 75b7c00

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed

‎template/code/default/src/components/TheWelcome.vue

Copy file name to clipboardExpand all lines: template/code/default/src/components/TheWelcome.vue
+1-1Lines changed: 1 addition & 1 deletion
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
/

‎template/code/router/src/components/TheWelcome.vue

Copy file name to clipboardExpand all lines: template/code/router/src/components/TheWelcome.vue
+1-1Lines changed: 1 addition & 1 deletion
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
/

‎template/code/typescript-default/src/components/TheWelcome.vue

Copy file name to clipboardExpand all lines: template/code/typescript-default/src/components/TheWelcome.vue
+1-1Lines changed: 1 addition & 1 deletion
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
/

‎template/code/typescript-router/src/components/TheWelcome.vue

Copy file name to clipboardExpand all lines: template/code/typescript-router/src/components/TheWelcome.vue
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.