docs: add useCustomFieldValue document (#9202)

This commit is contained in:
neverland
2021-08-07 21:33:46 +08:00
committed by GitHub
parent 1bfcbab2fa
commit 5852b80a17
4 changed files with 121 additions and 0 deletions
+6
View File
@@ -600,3 +600,9 @@ formRef.value?.submit();
| 名称 | 说明 |
| ------- | -------- |
| default | 表单内容 |
## 常见问题
### 如何自定义表单项?
Vant 支持在 Form 组件中插入自定义的表单项,具体用法参见 [useCustomFieldValue](/zh-CN/use-custom-field-value)。