HomePage Description Project

This commit is contained in:
Paolo Arena
2019-03-08 02:04:56 +01:00
parent 41edd96c8c
commit cb7868c6db
10 changed files with 298 additions and 171 deletions

View File

@@ -115,9 +115,8 @@ export default class Drawer extends Vue {
.then(() => {
this.$router.replace('/logout')
const mythis = this
setTimeout(function () {
mythis.$router.replace('/')
setTimeout(() => {
this.$router.replace('/')
}, 1000)
this.$q.notify(this.$t('logout.uscito'))