Services refactoring

This commit is contained in:
Bastien Wirtz
2021-12-12 16:28:20 +01:00
parent e6ba84d35a
commit b4a2db6e37
6 changed files with 153 additions and 265 deletions

View File

@@ -19,8 +19,8 @@ export default {
value: String,
hotkey: {
type: String,
default: "/"
}
default: "/",
},
},
mounted() {
this._keyListener = function (event) {