diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-12-12 16:28:20 +0100 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-12-12 16:28:20 +0100 |
commit | b4a2db6e37859abfa5477685b7547bb78e71a76b (patch) | |
tree | 8dcfb4c495032f0b960bc9bcab0f23081abceb7f /src/App.vue | |
parent | e6ba84d35a8f2761e849b9c2cdc09984e8390035 (diff) | |
download | homer-b4a2db6e37859abfa5477685b7547bb78e71a76b.tar.gz homer-b4a2db6e37859abfa5477685b7547bb78e71a76b.tar.zst homer-b4a2db6e37859abfa5477685b7547bb78e71a76b.zip |
Services refactoring
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 5c62a7f..4eb112d 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=searchHotkey() | 44 | :hotkey="searchHotkey()" |
45 | @input="filterServices" | 45 | @input="filterServices" |
46 | @search-focus="showMenu = true" | 46 | @search-focus="showMenu = true" |
47 | @search-open="navigateToFirstService" | 47 | @search-open="navigateToFirstService" |