youzan / vant

A lightweight, customizable Vue UI library for mobile web apps.
https://vant.pro/vant/
MIT License
23.16k stars 9.48k forks source link

[Feature Request] Field info message #12612

Open mahnunchik opened 7 months ago

mahnunchik commented 7 months ago

What problem does this feature solve?

I'd like to be able to add helper message to Filed. There is a slot for error and validation message but coloris always red.

What does the proposed API look like?

<van-field
  helper="Info message"
/>
image
dadaguai-git commented 1 month ago

不是可以直接在 error-message 这个插槽 内部进行样式修改么