vue3-core/packages/runtime-vapor
daiwei 56a7f9dd18
ci / test (push) Has been cancelled Details
ci / continuous-release (push) Has been cancelled Details
size data / upload (push) Has been cancelled Details
release: v3.6.0-alpha.2
2025-07-18 17:37:08 +08:00
..
__tests__ fix(runtime-vapor): handle v-model vdom interop error (#13643) 2025-07-18 17:34:50 +08:00
src fix(runtime-vapor): remove access globalProperties warning (#13609) 2025-07-18 17:15:20 +08:00
LICENSE feat: init runtime vapor 2023-11-17 03:01:53 +08:00
README.md chore: sync runtime-vapor version with other packages and tweak package.json 2025-02-03 13:28:20 +08:00
package.json release: v3.6.0-alpha.2 2025-07-18 17:37:08 +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.