File tree 2 files changed +10
-2
lines changed
template-vue/src/components
template-vue-ts/src/components
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,11 @@ const count = ref(0)
25
25
</p >
26
26
<p >
27
27
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
+ >.
29
33
</p >
30
34
<p class =" read-the-docs" >Click on the Vite and Vue logos to learn more</p >
31
35
</template >
Original file line number Diff line number Diff line change @@ -27,7 +27,11 @@ const count = ref(0)
27
27
</p >
28
28
<p >
29
29
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
+ >.
31
35
</p >
32
36
<p class =" read-the-docs" >Click on the Vite and Vue logos to learn more</p >
33
37
</template >
You can’t perform that action at this time.
0 commit comments