Questions tagged [ant-design-vue]

This tag currently lacks any usage guidance published as of now!

What is the method for displaying a server-fetched error message in a form field using Ant Design Vue 3?

My current challenge lies in setting error messages retrieved from the Laravel backend and displaying them on each field that has an error. The data structure for the errors is as follows: { 'errors': { 'email' : ['The Email field is required'], ...

Creating a Unique Header for the Collapse Component in Ant Design Vue

Hello, I am currently working with Vue and Ant Design. I chose to use the Collapse Component from Ant Design, which can be found here: . However, I have encountered an issue with the Collapse.Panel component. The prop "header" is specified as a string, but ...