Skip to content
Bunshi
GitHub

provideScope

provideScope(tuple): void

Provides a scope to children components. Overrides any existing scope of the current value.

Parameters

ParameterTypeDescription
tupleScopeTuple< unknown >a scope tuple

Returns

void

Source

vue/provideScopes.ts:11