vue-lynx / VueLynxApp
Interface: VueLynxApp
A Vue Lynx application instance returned by createApp.
Indexable
[key: string]: unknown
Properties
Methods
mount()
Mount the root component onto the Lynx page root.
Unlike Vue on the web, there is no container selector — Lynx has a single page root and all content is always mounted there.
Returns
void
Defined in
packages/vue-lynx/runtime/src/index.ts:71
unmount()
Unmount the application and clean up all components.
Returns
void
Defined in
packages/vue-lynx/runtime/src/index.ts:73
use()
Install a Vue plugin.
Parameters
Returns
Defined in
packages/vue-lynx/runtime/src/index.ts:75
provide()
Provide a value that can be injected by descendant components.
Parameters
Returns
Defined in
packages/vue-lynx/runtime/src/index.ts:77