-
-
Notifications
You must be signed in to change notification settings - Fork 488
Open
Labels
Description
Vue - Official extension or vue-tsc version
3.1.0
VSCode version
1.91.1
Vue version
3.5.22
TypeScript version
5.9.3
System Info
window
package.json dependencies
{
"dependencies": {
"vue": "^3.5.22"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/node": "^22.18.6",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"npm-run-all2": "^8.0.4",
"typescript": "~5.9.0",
"vite": "^7.1.7",
"vite-plugin-vue-devtools": "^8.0.2",
"vue-tsc": "^3.1.0"
}
}
Steps to reproduce
vue 引入组件但是没有属性代码提示
What is expected?
期望有组件属性有代码提示
What is actually happening?
vscode中引入的组件没有属性提示 问题图片
Link to minimal reproduction
No response
Any additional comments?
No response