vue3-core/packages/runtime-vapor
edison 6f8ea357b2
fix(runtime-vapor): should not fallthrough emit handlers to vdom child (#13500)
2025-06-20 08:08:34 +08:00
..
__tests__ fix(runtime-vapor): should not fallthrough emit handlers to vdom child (#13500) 2025-06-20 08:08:34 +08:00
src fix(runtime-vapor): should not fallthrough emit handlers to vdom child (#13500) 2025-06-20 08:08:34 +08:00
LICENSE
README.md chore: sync runtime-vapor version with other packages and tweak package.json 2025-02-03 13:28:20 +08:00
package.json chore: fix runtime vapor exports + size script 2025-02-03 14:22:59 +08:00

README.md

@vue/runtime-vapor

This package only ships esm-bundler build because:

  1. Vapor mode requires SFC build.
  2. Vapor mode runtime only runs in the browser.

The main vue package ships dist/vue.runtime-with-vapor.esm-browser.js which inlines this package. It is used for the SFC Playground only.