Skip to content

Commit a265282

Browse files
chore(create-vite): update IDE support instructions in helloworld components (#16605)
Co-authored-by: 翠 / green <green@sapphi.red>
1 parent c2a4ce5 commit a265282

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ const count = ref(0)
2424
>, the official Vue + Vite starter
2525
</p>
2626
<p>
27-
Install
28-
<a href="https://github.com/vuejs/language-tools" target="_blank">Volar</a>
29-
in your IDE for a better DX
27+
Learn more about IDE Support for Vue in the
28+
<a
29+
href="https://vuejs.org/guide/scaling-up/tooling.html#ide-support"
30+
target="_blank"
31+
>Vue Docs Scaling up Guide</a
32+
>.
3033
</p>
3134
<p class="read-the-docs">Click on the Vite and Vue logos to learn more</p>
3235
</template>

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ const count = ref(0)
2626
>, the official Vue + Vite starter
2727
</p>
2828
<p>
29-
Install
30-
<a href="https://github.com/vuejs/language-tools" target="_blank">Volar</a>
31-
in your IDE for a better DX
29+
Learn more about IDE Support for Vue in the
30+
<a
31+
href="https://vuejs.org/guide/scaling-up/tooling.html#ide-support"
32+
target="_blank"
33+
>Vue Docs Scaling up Guide</a
34+
>.
3235
</p>
3336
<p class="read-the-docs">Click on the Vite and Vue logos to learn more</p>
3437
</template>

0 commit comments

Comments
 (0)