I have a simple input box in a Vue template and I would like to use debounce more or less like this:
public debChannel = debounce((key) => this.remoteMethodChannelName(key), 200)
vue-property-decorator