vue-cli-plugin-atomic-design-components icon indicating copy to clipboard operation
vue-cli-plugin-atomic-design-components copied to clipboard

Help with Generic Form Component

Open ibrahimmina opened this issue 3 years ago • 0 comments

Hi Milad

I need your help as i cant create a generic form component

in the main vue file i added the following:

fields: [ { id: "name", label: "Country Name", vmodel: "country.name", hint: "Enter country name", placeholder: "Name", required: true, requiredString: "Please fill out this field.", }, ]

however i am getting an error that formData is not defined

do you have any template for using generic form

thanks a lot

best regards

ibrahimmina avatar Jul 27 '21 16:07 ibrahimmina