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/components/SearchInput.vue | |
parent | e6ba84d35a8f2761e849b9c2cdc09984e8390035 (diff) | |
download | homer-b4a2db6e37859abfa5477685b7547bb78e71a76b.tar.gz homer-b4a2db6e37859abfa5477685b7547bb78e71a76b.tar.zst homer-b4a2db6e37859abfa5477685b7547bb78e71a76b.zip |
Services refactoring
Diffstat (limited to 'src/components/SearchInput.vue')
-rw-r--r-- | src/components/SearchInput.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/SearchInput.vue b/src/components/SearchInput.vue index 586ff71..165c992 100644 --- a/src/components/SearchInput.vue +++ b/src/components/SearchInput.vue | |||
@@ -19,8 +19,8 @@ export default { | |||
19 | value: String, | 19 | value: String, |
20 | hotkey: { | 20 | hotkey: { |
21 | type: String, | 21 | type: String, |
22 | default: "/" | 22 | default: "/", |
23 | } | 23 | }, |
24 | }, | 24 | }, |
25 | mounted() { | 25 | mounted() { |
26 | this._keyListener = function (event) { | 26 | this._keyListener = function (event) { |