Appearance
Introduction to forms
The forms are created with particular care to ensure that their creation is not problematic;
- forms are responsible for components starting with
Form; - forms are composed of smaller components;
- the most important component is
FormFieldresponsible for one field in the form; - validation is an integral part of form components;
DANGER
The model typically passed to forms via the v-model directive is always created using the composable useField with vee-validate.