]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/SearchInput.vue
Services refactoring
[github/bastienwirtz/homer.git] / src / components / SearchInput.vue
index 586ff712886b775857608c27a7a39a684f0305d1..165c99299a552b7a893db4339aca64150805ac7d 100644 (file)
@@ -19,8 +19,8 @@ export default {
     value: String,
     hotkey: {
       type: String,
-      default: "/"
-    }
+      default: "/",
+    },
   },
   mounted() {
     this._keyListener = function (event) {