Site > Add versions updates

This commit is contained in:
brunosimon
2017-08-12 12:15:28 +02:00
parent 0f33979085
commit acc8172ff0
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ export default
this.projectSocket.on('createVersion', (data) =>
{
this.$store.commit('createVersion', data)
})
}
}