diff options
Diffstat (limited to 'src/components/SearchInput.vue')
-rw-r--r-- | src/components/SearchInput.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SearchInput.vue b/src/components/SearchInput.vue index 165c992..53480e7 100644 --- a/src/components/SearchInput.vue +++ b/src/components/SearchInput.vue | |||
@@ -75,7 +75,7 @@ export default { | |||
75 | this.$emit("input", value.toLowerCase()); | 75 | this.$emit("input", value.toLowerCase()); |
76 | }, | 76 | }, |
77 | }, | 77 | }, |
78 | beforeDestroy() { | 78 | beforeUnmount() { |
79 | document.removeEventListener("keydown", this._keyListener); | 79 | document.removeEventListener("keydown", this._keyListener); |
80 | }, | 80 | }, |
81 | }; | 81 | }; |