Site > Add project hub

This commit is contained in:
brunosimon
2017-09-06 23:07:21 +02:00
parent a0d918e2b1
commit 3faa029537
14 changed files with 174 additions and 39 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
import Connexion from '@/components/connexion'
import Projects from '@/components/projects'
import ProjectsHub from '@/components/projects-hub'
import Project from '@/components/project'
export default
@@ -9,7 +9,7 @@ export default
components:
{
Connexion,
Projects,
ProjectsHub,
Project
},
@@ -51,7 +51,6 @@ export default
onHeaderClick()
{
console.log('click')
this.$store.commit('setFile', null)
}
}
@@ -12,7 +12,7 @@
</a>
<!-- Projects -->
<projects></projects>
<projects-hub></projects-hub>
<!-- Project -->
<project v-if="project"></project>