diff options
Diffstat (limited to 'src/App.vue')
-rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 16e814b..446db31 100644 --- a/src/App.vue +++ b/src/App.vue | |||
@@ -50,7 +50,7 @@ | |||
50 | <SearchInput | 50 | <SearchInput |
51 | class="navbar-item is-inline-block-mobile" | 51 | class="navbar-item is-inline-block-mobile" |
52 | :hotkey="searchHotkey()" | 52 | :hotkey="searchHotkey()" |
53 | @input="filterServices($event.target?.value)" | 53 | @input="filterServices($event)" |
54 | @search-focus="showMenu = true" | 54 | @search-focus="showMenu = true" |
55 | @search-open="navigateToFirstService($event?.target?.value)" | 55 | @search-open="navigateToFirstService($event?.target?.value)" |
56 | @search-cancel="filterServices()" | 56 | @search-cancel="filterServices()" |