feat: page title localization
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user