Site > Add file tree

This commit is contained in:
brunosimon
2017-08-09 23:32:26 +02:00
parent 02a59ba5be
commit c7cf01747a
23 changed files with 950 additions and 20 deletions
+4 -2
View File
@@ -1,5 +1,6 @@
import Connexion from '@/components/connexion'
import ProjectsHub from '@/components/projects-hub'
import Project from '@/components/project'
export default
{
@@ -8,7 +9,8 @@ export default
components:
{
Connexion,
ProjectsHub
ProjectsHub,
Project
},
data()
@@ -27,7 +29,7 @@ export default
project()
{
return this.$store.state.currentProject
return this.$store.state.project
}
},