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
@@ -23,6 +23,11 @@ export default
projects()
{
return this.$store.state.projects
},
project()
{
return this.$store.state.currentProject
}
},
@@ -2,4 +2,7 @@
{{ counter }}
<connexion></connexion>
<projects-hub></projects-hub>
<div v-if="project">
{{ project.name }}
</div>
</div>