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

vue2.7, the options typings of defineComponent method is not inferred until a complete word is typed #12736

Closed
Allenice opened this issue Aug 11, 2022 · 0 comments

Comments

@Allenice
Copy link

Version

2.7.8

Reproduction link

github.com/Allenice/vue27

Steps to reproduce

  • Open project in VS code

  • use defineComponent to create component

  • emits not show in suggestion list when I type em, even type emit

  • emits show in suggestion list when I type emits

What is expected?

Option name should show in suggestion list when I type the first letter of any option

What is actually happening?

Option name not show in suggestion list until a complete word is typed

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

No branches or pull requests

2 participants