jsdoc-vuejs icon indicating copy to clipboard operation
jsdoc-vuejs copied to clipboard

[Bug] when I use "debounce", it cannot recognize the method

Open xyydd opened this issue 5 years ago • 1 comments

when I use "debounce" in *.vue , it cannot recognize the method code:

 methods: {
  /**
   * Do something
   */
   demo: debounce(function () {
     do something...
   }, 350)
 }

xyydd avatar Oct 15 '19 08:10 xyydd

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.

Kocal avatar Oct 25 '19 18:10 Kocal