-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Open
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.scope: v2 compat
Description
Vue version
3.5.13
Link to minimal reproduction
https://jsfiddle.net/asdot1u7/
Steps to reproduce
Run the fiddle.
What is expected?
draggable="false"
is set on the element.
What is actually happening?
draggable="true"
is set on the element.
System Info
No response
Any additional comments?
Vue version | Template | Rendered DOM | Fiddle |
---|---|---|---|
2.7 | draggable="false" |
draggable="false" |
fiddle |
3 | draggable="false" |
draggable="false" |
fiddle |
3 compat | draggable="false" |
draggable="true" (incorrect) |
fiddle |
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.scope: v2 compat