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-form.sentevent. when using this optionactionandmethodare not requirednameoptionalstringForm identifier. This is useful when using more than one form, and will be reflected in "namespaced" events