Skip to content

Commit 07b6d18

Browse files
committed
docs: add a link to the official documentation in bare templates
1 parent 05eabef commit 07b6d18

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

template/bare/base/src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<template>
44
<h1>You did it!</h1>
5+
<p>
6+
Visit <a href="https://vuejs.org/" target="_blank" rel="noopener">vuejs.org</a> to read the
7+
documentation
8+
</p>
59
</template>
610

711
<style scoped></style>

template/bare/typescript/src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<template>
44
<h1>You did it!</h1>
5+
<p>
6+
Visit <a href="https://vuejs.org/" target="_blank" rel="noopener">vuejs.org</a> to read the
7+
documentation
8+
</p>
59
</template>
610

711
<style scoped></style>

0 commit comments

Comments
 (0)