daiwei 60aba09e1e release: v3.6.0-alpha.3 5 months ago
..
__tests__ 6c50e20332 fix(runtime-vapor): pass plain object props to createVNode during vdom interop (#13382) 5 months ago
src 6c50e20332 fix(runtime-vapor): pass plain object props to createVNode during vdom interop (#13382) 5 months ago
LICENSE 135f5eb8e7 feat: init runtime vapor 2 years ago
README.md 724e63c306 chore: sync runtime-vapor version with other packages and tweak package.json 1 year ago
package.json 60aba09e1e release: v3.6.0-alpha.3 5 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.