jsdoc-vuejs
jsdoc-vuejs copied to clipboard
[Bug] when I use "debounce", it cannot recognize the method
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.