-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
🐞 bugSomething isn't workingSomething isn't workinghas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problem🔩 p2-edge-case
Description
Vue version
3.3.11
Link to minimal reproduction
Steps to reproduce
Click "rerender" button
What is expected?
The custom property of v-bind
remains on the div
element (the ul
has two columns) when the component is re-rendered.
What is actually happening?
When the component is re-rendered, the custom property of v-bind
is not added to the div
element again (the ul
has only one column).
System Info
No response
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't workinghas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problem🔩 p2-edge-case