vue-lynx / App
Interface: App<HostElement>
Type Parameters
Properties
Methods
use()
use(plugin, options)
Type Parameters
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1023
use(plugin, options)
Type Parameters
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1024
mixin()
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1025
component()
component(name)
Parameters
Returns
undefined | Component<any, any, any, ComputedOptions, MethodOptions, object, any>
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1026
component(name, component)
Type Parameters
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1027
directive()
directive(name)
Type Parameters
Parameters
Returns
undefined | Directive<HostElement, Value, Modifiers, Arg>
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1028
directive(name, directive)
Type Parameters
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1029
mount()
Parameters
Returns
ComponentPublicInstance<object, object, object, object, object, object, object, object, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, object, object, string, object, object, object, string, ComponentProvideOptions>, object, object, "", object, any>
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1030
unmount()
Returns
void
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1043
onUnmount()
Parameters
Returns
void
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1044
provide()
Type Parameters
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1045
runWithContext()
Runs a function with the app as active instance. This allows using of inject() within the function to get access
to variables provided via app.provide().
Type Parameters
Parameters
Returns
T
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1052
filter()?
filter(name)
v2 compat only
Parameters
Returns
undefined | Function
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1062
filter(name, filter)
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1063