Replies: 1 comment
-
const vDebounce = { ... } <button type="button" v-debounce="onClick">Click Me</button>
<button type="button" v-debounce:500="onClick">Click Me</button>
<button type="button" v-debounce:750.click="onClick">Click Me</button>
<input type="text" v-debounce:500.input="onInput" /> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hope I can do:
After I assin debounce modifier some where.
Is this available now?
Beta Was this translation helpful? Give feedback.
All reactions