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

This commit is contained in:
Book Pauk
2021-10-29 15:27:04 +07:00
parent 00cb2dc274
commit 76e09ef34e
7 changed files with 31 additions and 25 deletions

View File

@@ -148,8 +148,8 @@ class StdDialog {
hotKeyCode = '';
created() {
if (this.$root.addKeyHook) {
this.$root.addKeyHook(this.keyHook);
if (this.$root.addEventHook) {
this.$root.addEventHook('key', this.keyHook);
}
}