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_
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