-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
Global components lost types with typescript 5.5 #4488
Comments
<template>
with Nuxt 4
Does ts 5.4 work? |
It works. |
Same issue with all my components.... |
Fixed by #4492. Please upgrade to 2.0.22. |
I think I executed the publish command locally, and I've seen other people have issues with releases not showing up in Marketplace, maybe it's the same issue. (Already manually uploaded a new version for 2.0.22.) |
Now 2.0.22 shows up for me and I was able to update, appreciate the quick response and fix @johnsoncodehk! |
Vue - Official extension or vue-tsc version
2.0.21
VSCode version
1.90.0-insider
Vue version
3.4.29
TypeScript version
5.5.2
System Info
Steps to reproduce
直接看组件悬停提示
Link to minimal reproduction
https://github.com/KazariEX/nuxt4-minimal
Any additional comments?
使用 Nuxt 4 默认的
srcDir: "app/"
后,<template>
内的所有组件丢失类型定义The text was updated successfully, but these errors were encountered: