Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: add a link to the official documentation in bare templates
  • Loading branch information
haoqunjiang committed Jul 23, 2025
commit 07b6d181182a950331820eec78085d8d5bc31c54
4 changes: 4 additions & 0 deletions template/bare/base/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<template>
<h1>You did it!</h1>
<p>
Visit <a href="https://vuejs.org/" target="_blank" rel="noopener">vuejs.org</a> to read the
documentation
</p>
</template>

<style scoped></style>
4 changes: 4 additions & 0 deletions template/bare/typescript/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<template>
<h1>You did it!</h1>
<p>
Visit <a href="https://vuejs.org/" target="_blank" rel="noopener">vuejs.org</a> to read the
documentation
</p>
</template>

<style scoped></style>