🚧 Site > Add Vue store

This commit is contained in:
brunosimon
2017-08-04 09:05:44 +02:00
parent 1aa3e5f135
commit eec6f8a796
15 changed files with 114 additions and 23 deletions
@@ -0,0 +1,5 @@
<div>
<a :href="project.slug" v-for="project in projects">
{{ project.name }}
</a>
</div>