Переход на Vue 3, в процессе

This commit is contained in:
Book Pauk
2021-10-28 14:53:22 +07:00
parent 6bf678e01f
commit 687f89729b
13 changed files with 108 additions and 87 deletions

View File

@@ -412,7 +412,7 @@ class ExternalLibs extends Vue {
if (this.ready && this.selectedLink) {
result += ` | ${(this.libs.comment ? this.libs.comment + ' ': '') + lu.removeProtocol(this.libs.startLink)}`;
}
this.$root.$emit('set-app-title', result);
this.$root.setAppTitle(result);
return result;
}
@@ -810,7 +810,7 @@ class ExternalLibs extends Vue {
}
keyHook(event) {
if (this.$root.rootRoute() == '/external-libs') {
if (this.$root.getRootRoute() == '/external-libs') {
if (this.$root.stdDialog.active)
return false;