np-form Custom Footer
Customize the footer through the footer prop.
footer.en.vue
Component Configuration
FormOption Props
| Prop | Description | Type | Default |
|---|---|---|---|
| footer | Footer config; set to false to hide the whole footer | boolean / FooterProps | - |
Footer Props
| Prop | Description | Type | Default |
|---|---|---|---|
| submitBtn | Whether to show the submit button | boolean | true |
| resetBtn | Whether to show the reset button | boolean | true |
| prefixRender | Prefix render function | (data)=>VNode | - |
| suffixRender | Suffix render function | (data)=>VNode | - |
