forked fromvuejs/vue
- Notifications
You must be signed in to change notification settings - Fork0
Commit1cf02ef
committed
fix: also clone component slot children during deepClone
fixvuejs#6891,fixvuejs#69151 parentcfd73c2 commit1cf02ef
File tree
3 files changed
+22
-9
lines changed- src/core/vdom
- test/unit/features/component
3 files changed
+22
-9
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
673 | 673 |
| |
674 | 674 |
| |
675 | 675 |
| |
| 676 | + | |
676 | 677 |
| |
677 | 678 |
| |
678 | 679 |
| |
| 680 | + | |
| 681 | + | |
679 | 682 |
| |
680 | 683 |
| |
681 | 684 |
| |
| |||
686 | 689 |
| |
687 | 690 |
| |
688 | 691 |
| |
| 692 | + | |
689 | 693 |
| |
690 |
| - | |
691 |
| - | |
692 | 694 |
| |
693 | 695 |
| |
694 | 696 |
| |
| |||
717 | 719 |
| |
718 | 720 |
| |
719 | 721 |
| |
| 722 | + | |
720 | 723 |
| |
721 | 724 |
| |
722 | 725 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
96 |
| - | |
| 97 | + | |
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
100 | 101 |
| |
101 | 102 |
| |
102 | 103 |
| |
103 | 104 |
| |
104 |
| - | |
105 |
| - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
106 | 112 |
| |
107 | 113 |
| |
108 | 114 |
| |
|
Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
686 | 686 |
| |
687 | 687 |
| |
688 | 688 |
| |
| 689 | + | |
689 | 690 |
| |
690 | 691 |
| |
691 | 692 |
| |
| |||
706 | 707 |
| |
707 | 708 |
| |
708 | 709 |
| |
709 |
| - | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
710 | 714 |
| |
711 | 715 |
| |
712 | 716 |
| |
| |||
716 | 720 |
| |
717 | 721 |
| |
718 | 722 |
| |
719 |
| - | |
| 723 | + | |
720 | 724 |
| |
721 | 725 |
| |
722 | 726 |
| |
723 | 727 |
| |
724 |
| - | |
| 728 | + | |
725 | 729 |
| |
726 | 730 |
| |
727 | 731 |
| |
728 |
| - | |
| 732 | + | |
729 | 733 |
| |
730 | 734 |
| |
731 | 735 |
| |
|
0 commit comments
Comments
(0)