docs: fix useCustomFieldValue link (#9243)

This commit is contained in:
neverland 2021-08-12 09:53:23 +08:00 committed by GitHub
parent 4578477a6e
commit 31a622bbe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -605,4 +605,4 @@ formRef.value?.submit();
### 如何自定义表单项?
Vant 支持在 Form 组件中插入自定义的表单项,具体用法参见 [useCustomFieldValue](/zh-CN/use-custom-field-value)。
Vant 支持在 Form 组件中插入自定义的表单项,具体用法参见 [useCustomFieldValue](#/zh-CN/use-custom-field-value)。