Reset page title when not found

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2021-04-15 16:46:14 +02:00
Родитель c5015f53d1
Коммит a661a156a0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E055D6A4D513575C
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -274,6 +274,10 @@ export default {
// Update current token in the token store
this.$store.dispatch('updateToken', to.params.token)
}
if (to.name === 'notfound') {
this.setPageTitle('')
}
/**
* Fires a global event that tells the whole app that the route has changed. The event
* carries the from and to objects as payload