]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
chore: remove the code related to handling full diff edison/fix/13206 13208/head
authordaiwei <daiwei521@126.com>
Tue, 13 May 2025 03:17:22 +0000 (11:17 +0800)
committerdaiwei <daiwei521@126.com>
Tue, 13 May 2025 03:34:05 +0000 (11:34 +0800)
commit3e724095072d6ae4f8b095e6fc0eb25eb1564f67
tree520fdb3e5e5321096ac3a3e7109c069b41b0f323
parent01684caf5d92c85472a898457d9a17dd72df6374
chore: remove the code related to handling full diff

_renderSlots only renders slots that have corresponding outlets, but not all slots in this._slots are rendered to the DOM tree. During a full diff, parent.insertBefore(node,anchor) will throw an error because the anchor is not in the DOM tree.
packages/runtime-core/src/hydration.ts
packages/runtime-core/src/index.ts
packages/runtime-core/src/renderer.ts
packages/runtime-dom/__tests__/customElement.spec.ts
packages/runtime-dom/src/apiCustomElement.ts