Add logout button.

This commit is contained in:
Roger Braun 2017-07-02 12:25:34 +02:00
parent b284689313
commit 7d59051fc5
15 changed files with 45 additions and 19 deletions

View file

@ -29,6 +29,9 @@ export default {
},
scrollToTop () {
window.scrollTo(0, 0)
},
logout () {
this.$store.dispatch('logout')
}
}
}