]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
feat: lazy hydration strategies for async components (#11458)
authorEvan You <evan@vuejs.org>
Wed, 31 Jul 2024 04:14:51 +0000 (12:14 +0800)
committerGitHub <noreply@github.com>
Wed, 31 Jul 2024 04:14:51 +0000 (12:14 +0800)
commitd14a11c1cdcee88452f17ce97758743c863958f4
tree344b1f643036aeee8872c21b2dfcc50a3008d663
parente28c58138c4025ae5c907c6fd949cc3cfee1339c
feat: lazy hydration strategies for async components (#11458)
13 files changed:
packages/runtime-core/src/apiAsyncComponent.ts
packages/runtime-core/src/componentOptions.ts
packages/runtime-core/src/hydration.ts
packages/runtime-core/src/hydrationStrategies.ts [new file with mode: 0644]
packages/runtime-core/src/index.ts
packages/runtime-core/src/renderer.ts
packages/vue/__tests__/e2e/e2eUtils.ts
packages/vue/__tests__/e2e/hydration-strat-custom.html [new file with mode: 0644]
packages/vue/__tests__/e2e/hydration-strat-idle.html [new file with mode: 0644]
packages/vue/__tests__/e2e/hydration-strat-interaction.html [new file with mode: 0644]
packages/vue/__tests__/e2e/hydration-strat-media.html [new file with mode: 0644]
packages/vue/__tests__/e2e/hydration-strat-visible.html [new file with mode: 0644]
packages/vue/__tests__/e2e/hydrationStrategies.spec.ts [new file with mode: 0644]