]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
feat(runtime-vapor): add support for async components in VaporKeepAlive (#14040)
authoredison <daiwei521@126.com>
Wed, 5 Nov 2025 03:55:57 +0000 (11:55 +0800)
committerGitHub <noreply@github.com>
Wed, 5 Nov 2025 03:55:57 +0000 (11:55 +0800)
commite4b147a24fb64a258f3372de299a2b8486bb8e21
tree17b3458cf0b6f33983a85f4e7425da45efb1c940
parent172cb8b1a1508de5a2d0cf33aba347b08a0aa958
feat(runtime-vapor): add support for async components in VaporKeepAlive (#14040)
packages/runtime-vapor/__tests__/apiDefineAsyncComponent.spec.ts
packages/runtime-vapor/__tests__/components/KeepAlive.spec.ts
packages/runtime-vapor/src/apiDefineAsyncComponent.ts
packages/runtime-vapor/src/block.ts
packages/runtime-vapor/src/component.ts
packages/runtime-vapor/src/components/KeepAlive.ts
packages/runtime-vapor/src/fragment.ts
packages/runtime-vapor/src/vdomInterop.ts