@tanzlate/root / vue/src / registerComponent
Function: registerComponent()
ts
function registerComponent(name, component): void;Defined in: packages/vue/src/components/translate/component-registry.ts:31
Registers a component or HTML tag in the registry.
Parameters
name
string
component
RegisteredComponent
Returns
void