]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
wip: hydrate vapor async component (#13976)
authoredison <daiwei521@126.com>
Mon, 13 Oct 2025 01:42:26 +0000 (09:42 +0800)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 01:42:26 +0000 (09:42 +0800)
commit1d87fc80e5d7159b3e960d6aa65e4d9d621c2566
treee7850e7ac8793c59b8797d1522287cd0bd686f30
parent4570da0c3872c3e749d1aefb049b45763c43fde4
wip: hydrate vapor async component (#13976)
17 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/runtime-vapor/src/dom/hydration.ts
packages/runtime-vapor/src/fragment.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