Рефакторинг

This commit is contained in:
Book Pauk
2020-03-19 19:09:39 +07:00
parent b308dd58cc
commit e1b85e4a1b
6 changed files with 11 additions and 18 deletions

View File

@@ -164,7 +164,7 @@ class SearchPage extends Vue {
close() {
this.stopInit = true;
this.$emit('search-toggle');
this.$emit('do-action', {action: 'search'});
}
inputKeyDown(event) {