Vue.js: Vapor Runtime Component Fixes

Four pull requests were merged today focusing on bug fixes and improvements to Vue.js Vapor runtime components, addressing render context handling, teleport unmounting, and template compilation issues.

Duration: PT2M7S

Episode overview

This episode is a short developer briefing from Vue.js.

It explains recent repository work in plain language.

  • Show: Vue.js
  • Published: 2026-04-14T00:00:00Z
  • Audio duration: PT2M7S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is your Vue.js development briefing for April 14th, 2026.

Edison1105 merged four critical fixes to the Vapor runtime system today. The first pull request, "fix runtime-vapor: pass render args to template-only components," addresses proper argument passing to template-only components, updating test utilities and improving render function invocation with consistent error…

The second merge, "fix runtime-vapor: fix teleport unmount through vdom interop," resolves a significant bug where teleported elements weren't being properly cleaned up when toggled off or removed, particularly in nested component hierarchies. This fix prevents memory leaks during component unmounting and adds…

Edison1105 also merged "fix runtime-vapor: preserve render context in dev render," which enhances rendering context management during async component setup. This ensures reliable component resolution across all contexts, with particular attention to Suspense fallback rendering behavior.

Finally, "fix compiler-sfc: preserve vapor render args for template-only components" was merged, addressing template compilation in Vapor mode. This fix ensures slot parameters are correctly preserved in…

All…

Nearby episodes from Vue.js

  1. Hydration Performance Improvements
  2. Compiler Fixes and Runtime Improvements
  3. Vapor Runtime Slot and KeepAlive Improvements
  4. Weekly Recap - Vapor Runtime Stability & Hydration
  5. Vapor Runtime Hydration and Teleport Fixes
  6. Weekly Recap - Vapor Hydration & Build Improvements
  7. Build Tools and SSR Improvements
  8. Vapor Mode Hydration Improvements