aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/App.vue
diff options
context:
space:
mode:
authorRobin Schneider <robin-schneider@outlook.de>2021-10-11 23:54:34 +0200
committerRobin Schneider <robin-schneider@outlook.de>2021-10-11 23:54:34 +0200
commit1c0bf7132aedf869abd739b6eca1b489887414b2 (patch)
tree7b1d106b05791ed7cc09b140593c018b7b18d382 /src/App.vue
parent2f195404009c26c90ffb4af46d98a4e03054db56 (diff)
downloadhomer-1c0bf7132aedf869abd739b6eca1b489887414b2.tar.gz
homer-1c0bf7132aedf869abd739b6eca1b489887414b2.tar.zst
homer-1c0bf7132aedf869abd739b6eca1b489887414b2.zip
Added requested changes
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 5e71796..a0de338 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -41,7 +41,7 @@
41 41
42 <SearchInput 42 <SearchInput
43 class="navbar-item is-inline-block-mobile" 43 class="navbar-item is-inline-block-mobile"
44 :hotkey="config.hotkey" 44 :hotkey="config.hotkey.search"
45 @input="filterServices" 45 @input="filterServices"
46 @search-focus="showMenu = true" 46 @search-focus="showMenu = true"
47 @search-open="navigateToFirstService" 47 @search-open="navigateToFirstService"