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 51e6472 commit a70ac5bCopy full SHA for a70ac5b
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/vuejs.org/issues/192">如有遗漏,请告知</a></p>
+<p>共 <span style="color:#e66;font-size:28px;" v-text="list.length "></span> 人参与贡献,排名不分先后,<a href="https://github.com/vuefe/vuejs.org/issues/192">如有遗漏,请告知</a></p>
3
<ul class="contributors">
4
<a v-for="item in list"
5
class="contributor"
0 commit comments