daiwei 54f6d59d04 chore(runtime-vapor): mark hydration utilities as pure for tree-shaking 5 months ago
..
__tests__ cc872d6180 fix(templateRef): handling template ref on vdom child with insertion state (#14243) 6 months ago
src 54f6d59d04 chore(runtime-vapor): mark hydration utilities as pure for tree-shaking 5 months ago
LICENSE 7e8b34cf6c chore: Merge branch 'minor' into rolldown 6 months ago
README.md 7e8b34cf6c chore: Merge branch 'minor' into rolldown 6 months ago
package.json 7e8b34cf6c chore: Merge branch 'minor' into rolldown 6 months ago

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.