]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
feat(vapor): vapor teleport (#13082)
authoredison <daiwei521@126.com>
Mon, 20 Oct 2025 08:10:07 +0000 (16:10 +0800)
committerGitHub <noreply@github.com>
Mon, 20 Oct 2025 08:10:07 +0000 (16:10 +0800)
commit7204cb614eb8f04b96d6f7099566ceb9637e1026
treee4a77bcad2ebf34100e6e4b97d45d0999421aca5
parent6ec403f09795fad0a061bf360479b6eccc435c5f
feat(vapor): vapor teleport (#13082)
24 files changed:
packages/compiler-vapor/src/utils.ts
packages/runtime-core/src/components/Teleport.ts
packages/runtime-core/src/index.ts
packages/runtime-vapor/__tests__/block.spec.ts
packages/runtime-vapor/__tests__/components/Teleport.spec.ts [new file with mode: 0644]
packages/runtime-vapor/src/apiCreateDynamicComponent.ts
packages/runtime-vapor/src/apiCreateFor.ts
packages/runtime-vapor/src/apiCreateFragment.ts
packages/runtime-vapor/src/apiCreateIf.ts
packages/runtime-vapor/src/apiDefineAsyncComponent.ts
packages/runtime-vapor/src/apiTemplateRef.ts
packages/runtime-vapor/src/block.ts
packages/runtime-vapor/src/component.ts
packages/runtime-vapor/src/componentSlots.ts
packages/runtime-vapor/src/components/KeepAlive.ts
packages/runtime-vapor/src/components/Teleport.ts [new file with mode: 0644]
packages/runtime-vapor/src/components/Transition.ts
packages/runtime-vapor/src/components/TransitionGroup.ts
packages/runtime-vapor/src/directives/vShow.ts
packages/runtime-vapor/src/fragment.ts [new file with mode: 0644]
packages/runtime-vapor/src/hmr.ts
packages/runtime-vapor/src/index.ts
packages/runtime-vapor/src/renderEffect.ts
packages/runtime-vapor/src/vdomInterop.ts