Skip to content

Commit 652d874

Browse files
committed
chore: format
1 parent faf0232 commit 652d874

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ const count = ref(0)
2525
</p>
2626
<p>
2727
Learn more about IDE Support for Vue in the
28-
<a href="https://vuejs.org/guide/scaling-up/tooling.html#ide-support" target="_blank">Vue Docs Scaling up Guide</a>.
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+
>.
2933
</p>
3034
<p class="read-the-docs">Click on the Vite and Vue logos to learn more</p>
3135
</template>

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ const count = ref(0)
2727
</p>
2828
<p>
2929
Learn more about IDE Support for Vue in the
30-
<a href="https://vuejs.org/guide/scaling-up/tooling.html#ide-support" target="_blank">Vue Docs Scaling up Guide</a>.
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+
>.
3135
</p>
3236
<p class="read-the-docs">Click on the Vite and Vue logos to learn more</p>
3337
</template>

0 commit comments

Comments
 (0)