Skip to content

Commit e7d518e

Browse files
committed
update 《实现 Virtual DOM 下的一个 VNode 节点》
1 parent 5f8cf2f commit e7d518e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

《实现 Virtual DOM 下的一个 VNode 节点》.js

+2
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ function cloneVNode (node) {
2626
node.text,
2727
node.elm
2828
);
29+
30+
return cloneVnode;
2931
}

0 commit comments

Comments
 (0)