Methods
mount(component, target)
Mounts a component to a target element and performs the initial update.
Parameters:
| Name | Type | Description |
|---|---|---|
component |
AvenxComponent | The component instance to mount. |
target |
Element | string | The target DOM element or selector. |
- Source: