Open xyydd opened 5 years ago
when I use "debounce" in *.vue , it cannot recognize the method code:
methods: { /** * Do something */ demo: debounce(function () { do something... }, 350) }
Hi, and sorry for the delay.
I think it's more a JSDoc issue than anything else, but I will give a try this week-end.
when I use "debounce" in *.vue , it cannot recognize the method code: