vue-cli-plugin-atomic-design-components
vue-cli-plugin-atomic-design-components copied to clipboard
Help with Generic Form Component
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