Questions tagged [ant-design-vue]

39 questions
4
votes
1 answer

How to set error message fetched from server in form field with ant design vue 3?

As the question is, I need to set error message retrieved from the backend (laravel) and set it on every field if there is an error. The structure may look like this: { 'errors': { 'email' : ['The Email field is required'], 'password' :…
4
votes
3 answers

How to move slot and slot-scope to vue 3 v-slot rule

I get this error when I'm using Ant-design table for VueJS After I changed to Vue 3 rules still nothing showed: