Environment
edge
Version
latest
Version
latest
Link to minimal reproduction
{
"state": {},
"methods": {},
"componentName": "Page",
"css": "",
"props": {},
"lifeCycles": {},
"children": [
{
"componentName": "div",
"props": {},
"id": "85375559",
"children": [
{
"componentName": "TinySwitch",
"props": {
"modelValue": ""
},
"id": "33433546"
},
{
"componentName": "TinySwitch",
"props": {
"modelValue": ""
},
"id": "33433543"
}
]
}
],
"dataSource": {
"list": []
},
"utils": [],
"bridge": [],
"inputs": [],
"outputs": [],
"fileName": "DemoPage"
}
Step to reproduce
1.选种div
2.然后将div拖入到2个组件中间,松开
3.div一起消失了
演示代码为官方示例地址。
What is expected
No response
What is actually happening
No response
Any additional comments (optional)
No response
Environment
edge
Version
latest
Version
latest
Link to minimal reproduction
{ "state": {}, "methods": {}, "componentName": "Page", "css": "", "props": {}, "lifeCycles": {}, "children": [ { "componentName": "div", "props": {}, "id": "85375559", "children": [ { "componentName": "TinySwitch", "props": { "modelValue": "" }, "id": "33433546" }, { "componentName": "TinySwitch", "props": { "modelValue": "" }, "id": "33433543" } ] } ], "dataSource": { "list": [] }, "utils": [], "bridge": [], "inputs": [], "outputs": [], "fileName": "DemoPage" }Step to reproduce
1.选种div
2.然后将div拖入到2个组件中间,松开
3.div一起消失了
演示代码为官方示例地址。
What is expected
No response
What is actually happening
No response
Any additional comments (optional)
No response