button$ - <FormButton>
Button component that gets rendered when using button.
#Options
| Name | Type | Description | 
|---|---|---|
| label | string | Button label; | 
| class | string | Button class. | 
| disabled | function | A method to determine when the button should be disabled. | 
| onClick | function | Handling button click Receives button component with this. | 
| beforeCreate | function | Triggered in the button's beforeCreatelifecycle hook. | 
| created | function | Triggered in the button's createdlifecycle hook. | 
| beforeMount | function | Triggered in the button's beforeMountlifecycle hook. | 
| mounted | function | Triggered in the button's mountedlifecycle hook. | 
| beforeUpdate | function | Triggered in the button's beforeUpdatelifecycle hook. | 
| updated | function | Triggered in the button's updatedlifecycle hook. | 
| beforeDestroy | function | Triggered in the button's beforeDestroylifecycle hook. | 
| destroyed | function | Triggered in the button's destroyedlifecycle hook. | 
#Properties
| Name | Type | Default | Description | 
|---|---|---|---|
| button | object | - | Button options. required | 
| label | string | - | Button label. | 
| class | string|object | - | Button class. | 
| disabled | boolean | - | Determines if the button is disabled. | 
#Methods
# .__(expr, data) @returns {string}
Parameters
- exprstring : expression to be translated using- .dot syntax.
- dataobject : data to be passed for the expression
Translates an expression to current locale.