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.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1021
use(plugin, options)
Type Parameters
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1022
mixin()
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1023
component()
component(name)
Parameters
Returns
undefined | Component<any, any, any, ComputedOptions, MethodOptions, object, any>
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1024
component(name, component)
Type Parameters
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1025
directive()
directive(name)
Type Parameters
Parameters
Returns
undefined | Directive<HostElement, Value, Modifiers, Arg>
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1026
directive(name, directive)
Type Parameters
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1027
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.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1028
unmount()
Returns
void
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1029
onUnmount()
Parameters
Returns
void
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1030
provide()
Type Parameters
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1031
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.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1038
filter()?
filter(name)
v2 compat only
Parameters
Returns
undefined | Function
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1048
filter(name, filter)
Parameters
Returns
this
Defined in
node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1049