You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseForgotPassword

UseForgotPassword interface

Signature:

export interface UseForgotPassword<RESULT> 

Properties

Property Modifiers Type Description
error ComputedProperty<UseForgotPasswordErrors>
loading ComputedProperty<boolean>
result ComputedProperty<RESULT>

Methods

Method Description
request(params)
setNew(params)