Closed
Description
Vue version
3.4.23
Link to minimal reproduction
Steps to reproduce
Causes "modelValue": { type: [Boolean, String], skipCheck: true },
Causes "modelValue": { type: [Boolean, String], skipCheck: true },
Causes "modelValue": { type: [Boolean, String, Object, Number, null] },
Inspect the Comp.vue dist js prop definitions
What is expected?
All three variations should have modelvalue be "modelValue": { type: [Boolean, String, Object, Number, null] },
What is actually happening?
Vue not able to readonly
or ReadonlyArray
as Object
System Info
No response
Any additional comments?
No response