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 7a4845f commit 5413ad0Copy full SHA for 5413ad0
themes/vue/layout/partials/contributors.ejs
@@ -1,5 +1,5 @@
1
<div id="contributors">
2
-<p>共 <span style="color:#e66;font-size:28px;" v-text="list.length "></span> 人参与贡献,排名不分先后,<a href="https://github.com/vuefe/vuefe.github.io/issues/192">如有遗漏,请告知</a></p>
+<p>共 <span style="color:#e66;font-size:28px;" v-text="list.length "></span> 人参与贡献,排名不分先后,<a href="https://github.com/vuefe/vuefe.github.io/issues/192" target="_blank">如有遗漏,请告知</a></p>
3
<ul class="contributors">
4
<a v-for="item in list"
5
class="contributor"
@@ -148,6 +148,12 @@ new Vue({
148
github: 'bringtree'
149
},{
150
github: 'lihengming'
151
+ },{
152
+ github: 'iHelin'
153
154
+ github: 'kiyonlin'
155
156
+ github: 'xqin'
157
}
158
]
159
};
0 commit comments