Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit cced0fa

Browse files
committed
Add attribute target
to open external webpage with new window
1 parent 66225fa commit cced0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AchievementsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<ul>
33
<li v-for="item in achievements" :key="item.id">
4-
<a v-bind:href="item.url">
4+
<a v-bind:href="item.url" target="_blank">
55
<Achievement :achievement="item"/>
66
</a>
77
</li>

0 commit comments

Comments
 (0)