]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(runtime-core): should not track dynamic children when the user calls a compiled...
authorHcySunYang <HcySunYang@outlook.com>
Tue, 25 May 2021 17:33:41 +0000 (01:33 +0800)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 17:33:41 +0000 (13:33 -0400)
commit201060717d4498b4b7933bf8a8513866ab9347e4
treee77bf122503878863559f6bdbda95ed2094c50bc
parent1526f94edf023899490d7c58afcf36b051e25b6c
fix(runtime-core): should not track dynamic children when the user calls a compiled slot inside template expression (#3554)

fix #3548, partial fix for #3569
packages/runtime-core/__tests__/rendererOptimizedMode.spec.ts
packages/runtime-core/src/compat/instance.ts
packages/runtime-core/src/compat/renderFn.ts
packages/runtime-core/src/componentRenderContext.ts
packages/runtime-core/src/componentSlots.ts
packages/runtime-core/src/helpers/renderSlot.ts
packages/runtime-core/src/vnode.ts