]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(custom-element): properly mount multiple Teleports in custom element component...
authorlinzhe <40790268+linzhe141@users.noreply.github.com>
Wed, 24 Sep 2025 09:15:36 +0000 (17:15 +0800)
committerGitHub <noreply@github.com>
Wed, 24 Sep 2025 09:15:36 +0000 (17:15 +0800)
commit5e1e791880238380a1038ae2c505e206ceb34d77
treecf17dda4a4d874ed1fcbb9fa4f2ed5e867091a21
parent95c197560409f5d39a0d376c0a43d89a47a604e8
fix(custom-element): properly mount multiple Teleports in custom element component w/ shadowRoot false (#13900)

close #13899
packages/runtime-core/src/component.ts
packages/runtime-core/src/components/Teleport.ts
packages/runtime-dom/__tests__/customElement.spec.ts
packages/runtime-dom/src/apiCustomElement.ts