]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix: expose vapor aliases in non-vapor runtime entries
authordaiwei <daiwei521@126.com>
Tue, 14 Oct 2025 13:24:55 +0000 (21:24 +0800)
committerdaiwei <daiwei521@126.com>
Wed, 15 Oct 2025 02:06:48 +0000 (10:06 +0800)
commit897404317ef749c12d59f9731d0e8d94b013c6ac
treef1125a5c28143f07af023e62572a00dfcba567df
parent7044f6ff529cbc721a83ef65a2b3a365d2478805
fix: expose vapor aliases in non-vapor runtime entries

It captures the essence—standard entries now re-export the Vapor APIs
via aliases so SSR keeps working without the Vapor runtime.
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]