Attrs type error #4785
Labels
bug
Something isn't working
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
🔨 p3-minor-bug
Vue - Official extension or vue-tsc version
v2.1.4
VSCode version
1.92.2
Vue version
3.4.38
TypeScript version
5.5.4
System Info
package.json dependencies
No response
Steps to reproduce
https://github.com/teleskop150750/vue-language-generic
pnpm type-check
What is expected?
success
What is actually happening?
❯ pnpm type-check
src/App.vue:6:36 - error TS2353: Object literal may only specify known properties, and '"aria-label"' does not exist in type '{ type: "multiple"; } & VNodeProps & AllowedComponentProps & ComponentCustomProps'.
6
~~~~~~~~~~
Found 1 error.
ELIFECYCLE Command failed with exit code 2
Link to minimal reproduction
https://github.com/teleskop150750/vue-language-generic
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: