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
+1 -1
View File
@@ -19,7 +19,7 @@ export default
{
onProjectClick(projectSlug)
{
this.$store.commit('setCurrentProject', projectSlug)
this.$store.commit('setProject', projectSlug)
}
}
}