I have a simple input box in a Vue template and I would like to use debounce more or less like this:
If you need a very minimalistic approach to this, I made one (originally forked from vuejs-tips to also support IE) which is available here: https://www.npmjs.com/package/v-debounce
Usage:
Then in your component: