chore: remove unused method
This commit is contained in:
parent
0a1d0084e2
commit
c1a981c60b
1 changed files with 0 additions and 6 deletions
|
@ -40,11 +40,5 @@ export default {
|
||||||
currentList: CURRENT_LIST,
|
currentList: CURRENT_LIST,
|
||||||
background: 'background',
|
background: 'background',
|
||||||
}),
|
}),
|
||||||
methods: {
|
|
||||||
logout() {
|
|
||||||
this.$store.dispatch('auth/logout')
|
|
||||||
this.$router.push({name: 'user.login'})
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue