Forgot Password
Documentation: Forgot Password Component
Overview
Model Documentation
model
object is used to configure various aspects of the Forgot Password Component, including text translations and CSS classes.Model Structure
String
A unique identifier for the component, used as the
id
attribute in the HTML.String
Optional CSS class(es) for additional styling of the component.
Example Model
{
"id": "forgot-password",
"cssClass": "forgot-password-form",
}
Component Structure
1.
2.
3.
HTML Template
JavaScript
Explanation
1.
model
object as a prop, which includes configuration data and text translations.2.
3.
4.
5.
6.
Usage
1.
Vue.component()
or app.component()
to register the component.2.
3.
props
for the model
object.4.
5.
6.