🎨 Site > Improve URL

This commit is contained in:
brunosimon
2017-08-30 23:06:14 +02:00
parent 9d450fc0a1
commit 823f8fd2d8
9 changed files with 25 additions and 99 deletions
+1
View File
@@ -47,6 +47,7 @@ export default
this.projectsSocket.on('update_projects', (data) =>
{
this.$store.commit('updateUrl', data.domain)
this.$store.commit('updateProjects', data.all)
})
},