🎨 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
+13
View File
@@ -13,5 +13,18 @@ export default new Vuex.Store({
chat: chatModule,
projects: projectsModule,
files: filesModule
},
state:
{
url: ''
},
mutations:
{
updateUrl(state, data)
{
state.url = data
}
}
})