daiwei 9ce5a20026 refactor(hydration): add hydration enablement control mechanism 3 months ago
..
__tests__ 732479182a fix(runtime-vapor): handle component scopeid on nested slot (#14326) 3 months ago
src 9ce5a20026 refactor(hydration): add hydration enablement control mechanism 3 months ago
LICENSE 7e8b34cf6c chore: Merge branch 'minor' into rolldown 4 months ago
README.md 7e8b34cf6c chore: Merge branch 'minor' into rolldown 4 months ago
package.json 862bbf8083 release: v3.6.0-beta.3 4 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.