(component, options)
| 64 | * @returns {Exports} |
| 65 | */ |
| 66 | export function mount(component, options) { |
| 67 | return _mount(component, options); |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Hydrates a component on the given target and returns the exports and potentially the props (if compiled with `accessors: true`) of the component |