-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.🐞 bugSomething isn't workingSomething isn't workingscope: script-setupscope: types
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
xvaara and suzumejakku
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.🐞 bugSomething isn't workingSomething isn't workingscope: script-setupscope: types