Skip to content

Commit 7110ddf

Browse files
authored
chore(create-vite): update volar link in helloworld components (#12145)
1 parent 2063648 commit 7110ddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-vite/template-vue-ts/src/components/HelloWorld.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const count = ref(0)
2525
</p>
2626
<p>
2727
Install
28-
<a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>
28+
<a href="https://github.com/vuejs/language-tools" target="_blank">Volar</a>
2929
in your IDE for a better DX
3030
</p>
3131
<p class="read-the-docs">Click on the Vite and Vue logos to learn more</p>

packages/create-vite/template-vue/src/components/HelloWorld.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const count = ref(0)
2727
</p>
2828
<p>
2929
Install
30-
<a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>
30+
<a href="https://github.com/vuejs/language-tools" target="_blank">Volar</a>
3131
in your IDE for a better DX
3232
</p>
3333
<p class="read-the-docs">Click on the Vite and Vue logos to learn more</p>

0 commit comments

Comments
 (0)