Skip to content

Commit 1ca9f21

Browse files
committed
docs: 更新文档 errorSchema 配置在uiSchema中
1 parent 5996acc commit 1ca9f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/zh/guide/basic-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ errorSchema配置演示:重置表单错误信息
372372
<vue-form
373373
v-model="formData"
374374
:schema="schema"
375-
:uiSchema="uiSchema"
375+
:ui-schema="uiSchema"
376376
:error-schema="errorSchema"
377377
>
378378
</vue-form>

0 commit comments

Comments
 (0)