Site > Chat > Add toggle

This commit is contained in:
brunosimon
2017-08-15 01:41:01 +02:00
parent 44e56cbb07
commit bf5af4e3c7
5 changed files with 34 additions and 40 deletions
-20
View File
@@ -13,31 +13,11 @@ export default
Project
},
data()
{
return {
counter: 0
}
},
computed:
{
projects()
{
return this.$store.state.projects.all
},
project()
{
return this.$store.state.projects.current
}
},
mounted()
{
window.setInterval(() =>
{
this.counter++
}, 1000)
}
}