Site > Add projects selection

This commit is contained in:
brunosimon
2017-08-04 21:30:53 +02:00
parent eec6f8a796
commit 02a59ba5be
5 changed files with 45 additions and 7 deletions
@@ -1,5 +1,5 @@
<div>
<a :href="project.slug" v-for="project in projects">
<a href="#" v-for="project in projects" @click.prevent="onProjectClick(project.slug)">
{{ project.name }}
</a>
</div>