vue/test
Evan You 097f6229df fix(core): avoid mutating original children when cloning vnode
The on-demand clone strategy introduced in 956756b mutates the owner
array of the cloned vnode. This causes the newly cloned vnode to be
destroyed when the parent node is destroyed. This is fixed by cloning
the children array when cloning a vnode.

fix #7975
2018-12-01 17:05:36 -05:00
..
e2e refactor(core): Replace "var" (#8299) 2018-10-24 13:07:40 -04:00
helpers refactor(core): Replace "var" (#8299) 2018-10-24 13:07:40 -04:00
ssr fix(ssr): computed properties should pass vm as first argument in ssr (#9090) 2018-12-01 00:05:13 -05:00
unit fix(core): avoid mutating original children when cloning vnode 2018-12-01 17:05:36 -05:00
weex workflow: upgraded to babel 7 (#8948) 2018-10-23 18:40:55 -04:00