We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
defineComponent
3.3.13
#7963
Unable to support type hints for slots, events and generics
Hope to support slots, events and generic type hints The final compiled type is:
(props:Type) => any
There is no way to provide corresponding prompts when using it in vue.
Or is there a better way to support it?
No response
The text was updated successfully, but these errors were encountered:
@aibayanyu20 The link to minimal reproduction is an PR, please provide exactly what issue you're having, since there's no reproduction there.
Sorry, something went wrong.
No branches or pull requests
Vue version
3.3.13
Link to minimal reproduction
#7963
Steps to reproduce
What is expected?
Unable to support type hints for slots, events and generics
What is actually happening?
Hope to support slots, events and generic type hints
The final compiled type is:
There is no way to provide corresponding prompts when using it in vue.
Or is there a better way to support it?
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: