|
@@ -234,7 +234,8 @@ export function updateChildComponent (
|
|
|
const hasDynamicScopedSlot = !!(
|
|
const hasDynamicScopedSlot = !!(
|
|
|
(newScopedSlots && !newScopedSlots.$stable) ||
|
|
(newScopedSlots && !newScopedSlots.$stable) ||
|
|
|
(oldScopedSlots !== emptyObject && !oldScopedSlots.$stable) ||
|
|
(oldScopedSlots !== emptyObject && !oldScopedSlots.$stable) ||
|
|
|
- (newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key)
|
|
|
|
|
|
|
+ (newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key) ||
|
|
|
|
|
+ (!newScopedSlots && vm.$scopedSlots.$key)
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
// Any static slot children from the parent may have changed during parent's
|
|
// Any static slot children from the parent may have changed during parent's
|