]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
feat(hydration): hydrate vapor async component (#14003)
authoredison <daiwei521@126.com>
Tue, 21 Oct 2025 01:40:50 +0000 (09:40 +0800)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 01:40:50 +0000 (09:40 +0800)
commit1e1e13a64e6d29d0ab3858fce68a14e85d110aae
tree7f0135bf32676ffc63ad94ea6ea10e85728e84c9
parenta886dfc4d2889d196705e0c98d2663dc9cacdcdb
feat(hydration): hydrate vapor async component (#14003)
22 files changed:
package.json
packages/runtime-core/src/apiAsyncComponent.ts
packages/runtime-core/src/component.ts
packages/runtime-core/src/componentOptions.ts
packages/runtime-core/src/hydrationStrategies.ts
packages/runtime-core/src/index.ts
packages/runtime-vapor/__tests__/hydration.spec.ts
packages/runtime-vapor/src/apiDefineAsyncComponent.ts
packages/runtime-vapor/src/component.ts
packages/vue/__tests__/e2e/hydration-strat-custom-vapor.html [new file with mode: 0644]
packages/vue/__tests__/e2e/hydration-strat-idle-vapor.html [new file with mode: 0644]
packages/vue/__tests__/e2e/hydration-strat-interaction-vapor.html [new file with mode: 0644]
packages/vue/__tests__/e2e/hydration-strat-media-vapor.html [new file with mode: 0644]
packages/vue/__tests__/e2e/hydration-strat-visible-vapor.html [new file with mode: 0644]
packages/vue/__tests__/e2e/hydrationStrategies.spec.ts
packages/vue/src/index-with-vapor.ts
packages/vue/src/index.ts
packages/vue/src/indexBase.ts [new file with mode: 0644]
packages/vue/src/runtime-with-vapor.ts
packages/vue/src/runtime.ts
packages/vue/src/runtimeBase.ts [new file with mode: 0644]
packages/vue/src/vaporAliases.ts [new file with mode: 0644]