Typescript Partial<> - [@vue/compiler-sfc] Unsupported type when resolving index type #12647
Open
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
I'm not entirely sure of which causes it, but either Omit
, Partial
or Pick
cause this error.
What is expected?
The types to be parsed correctly.
What is actually happening?
The types are not supported by Vue and are throwing an error.
System Info
No response
Any additional comments?
No response