Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xyydd opened this issue Oct 15, 2019 · 1 comment
Open

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

xyydd opened this issue Oct 15, 2019 · 1 comment

Comments

@xyydd
Copy link

xyydd commented Oct 15, 2019

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

 methods: {
  /**
   * Do something
   */
   demo: debounce(function () {
     do something...
   }, 350)
 }
@xyydd xyydd changed the title [Methods] when I use "debounce", it cannot recognize the method [Bug] when I use "debounce", it cannot recognize the method Oct 15, 2019
@Kocal
Copy link
Owner

Kocal commented Oct 25, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants