vuejs / vetur

Vue tooling for VS Code.
https://vuejs.github.io/vetur/
MIT License
5.75k stars 594 forks source link

Intellisense not work if the component doesn't have any of data, computed, methods #838

Open Coffcer opened 6 years ago

Coffcer commented 6 years ago

Info

Problem

If data, computed or methods, any of it, are not in the component, intellisense won't be taken into effect. See the graph below:

doesn't have computed, not work:

5208bfc6-2858-45e8-98e5-41ab141740c7

work good:

55814e1d-e9a9-44f4-9871-551495fd0b68

yoyo930021 commented 4 years ago

This is a upstream problem in vue lib.