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
DOM
since 3.0.0, to 3.5 alpha
https://github.com/sxzz/vue-ref-issue
tsconfig.json
ref(100)
Ref<any>
Ref<number>
No response
Works on TS 5.4
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Vue version
since 3.0.0, to 3.5 alpha
Link to minimal reproduction
https://github.com/sxzz/vue-ref-issue
Steps to reproduce
DOM
lib in thetsconfig.json
ref(100)
with its type asRef<any>
What is expected?
Ref<number>
What is actually happening?
Ref<any>
System Info
No response
Any additional comments?
Works on TS 5.4
The text was updated successfully, but these errors were encountered: