I'm trying to use lodash.debounce
in my nuxt.js project, but I'm struggling with that.
I couldn't reproduce the Vue examples and I couldn't find a working example for Nuxt.js, so I wonder if I'm missing something bigger. Should I just use a timeout, like this example here?