提交 0047ce61 编写于 作者: Q qiang

fix: 修复 app-v3 部分情况组件事件触发不正确的 Bug

上级 ba8a0437
......@@ -5639,8 +5639,10 @@ function insertBefore() {
}
function removeChild() {
function removeChild(node, child) {
if (child && child._$vd) {
child._$vd.removeElement(child);
}
}
function appendChild() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册