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>>