vapor-chamber API reference - v1.3.0
    Preparing search index...

    Function createVaporChamberApp

    • Create a Vapor app instance with vapor-chamber ready. Requires Vue 3.6+. Throws if Vapor is not available.

      Vue 3.6.0-beta.12: component context, fallthrough prop state, and render effect state are now properly restored when setup() throws — broken Vapor runtime state after setup errors is no longer possible.

      Parameters

      • rootComponent: any
      • OptionalrootProps: any

      Returns any

      import { createVaporChamberApp } from 'vapor-chamber';
      import App from './App.vue';
      createVaporChamberApp(App).mount('#app');