methods: { debounceInput: debounce(function (e) { this.$store.dispatch('updateInput', e.target.value) }, config.debouncers.default) }