feat: page title localization

This commit is contained in:
Ramires Viana
2022-05-04 13:16:16 +00:00
parent c3bd1188aa
commit 8a43413f88
3 changed files with 24 additions and 10 deletions

View File

@@ -280,7 +280,7 @@ export default {
this.token = file.token || "";
this.updateRequest(file);
document.title = `${file.name} - ${this.$route.name}`;
document.title = `${file.name} - ${document.title}`;
} catch (e) {
this.error = e;
} finally {