Skip to content

Commit a9e8337

Browse files
committed
Chore: fix links to repo to open in new tab
1 parent 956f5a5 commit a9e8337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
v-for="(v, name) in versions"
3838
:key="name"
3939
>
40-
<a :href="'https://github.com/' + v.repo">{{ name }}</a>
40+
<a :href="'https://github.com/' + v.repo" target="_blank">{{ name }}</a>
4141
v{{ v.version }}
4242
</div>
4343
</div>

0 commit comments

Comments
 (0)