Home > @vue-storefront/core > wrap
wrap() function
Signature:
export default function wrap<T>(element: Ref<UnwrapRef<T>> | T): Ref<UnwrapRef<T>>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| element | Ref<UnwrapRef<T>> | T |
Returns:
Ref<UnwrapRef<T>>
Home > @vue-storefront/core > wrap
Signature:
export default function wrap<T>(element: Ref<UnwrapRef<T>> | T): Ref<UnwrapRef<T>>;
| Parameter | Type | Description |
|---|---|---|
| element | Ref<UnwrapRef<T>> | T |
Returns:
Ref<UnwrapRef<T>>
On this page