0

问题是,我需要设置从后端(laravel)检索的错误消息,并在出现错误时将其设置在每个字段上。结构可能如下所示:

{
  'errors': {
     'email' : ['The Email field is required'],
     'password' : ['The Password field is required'] 
  }
}

在 vuetify 中,我只是error-messages在其中一个表单输入组件中设置了道具(error-messages=data.errors.email然后它自动拾取了第一个)。问题是,如何在 ant-design-vue 3 中这样做?找不到。我试过这个,但我不想使用createForm,因为我已经使用form惯性了。也试过这个,但我几乎不明白。现在我被卡住了,我希望有人可以帮助我,谢谢:(。

4

0 回答 0