Form component
The form component, vf-form, takes the following props
actionrequiredstringServer endpoint for handling the formmethodrequiredstringRequest method:GET,POST,PUTorDELETEvalidationoptionalobjectValidation rules and messages. See the validation chapter.triggersoptionalobjectSee Triggers.optionsoptionalobjectForm level options. See the options chapter.ajaxoptionalbooleanSend the form using an AJAX request. Requiresvue-resource(>=0.9.0)clientoptionalbooleanDon't send the form to the server. The submitted form is fetched using thevue-formular.sentevent. when using this optionactionandmethodare not required