We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23972ab commit d064588Copy full SHA for d064588
src/v2/guide/team.md
@@ -30,7 +30,7 @@ order: 803
30
<dd>
31
<ul>
32
<li v-for="repo in profile.reposOfficial">
33
- <a :href="githubUrl('vuejs', repo)" target=_blank>{{ repo.name || repo }}</a>
+ <a :href="githubUrl('vuejs', repo)" target=_blank rel="noopener noreferrer">{{ repo.name || repo }}</a>
34
</li>
35
</ul>
36
</dd>
@@ -40,7 +40,7 @@ order: 803
40
41
42
<li v-for="repo in profile.reposPersonal">
43
- <a :href="githubUrl(profile.github, repo)" target=_blank>{{ repo.name || repo }}</a>
+ <a :href="githubUrl(profile.github, repo)" target=_blank rel="noopener noreferrer">{{ repo.name || repo }}</a>
44
45
46
0 commit comments