Skip to content

Commit

Permalink
feat: 修改拼写错误 defalut => default
Browse files Browse the repository at this point in the history
  • Loading branch information
l h b x s authored and l h b x s committed Aug 26, 2024
1 parent f231171 commit 0ee65c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/form-render/advanced-linkage.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default () => {

#### 修改表单项的协议(schema)

form.setSchemaByPath:指定路径对 schema 进行修改 (不允许通过此 API 修改 value、defalut)。[path 路径详见](/form-render/advanced-path)
form.setSchemaByPath:指定路径对 schema 进行修改 (不允许通过此 API 修改 default)。[path 路径详见](/form-render/advanced-path)

```jsx
import React, { useEffect } from 'react';
Expand Down

0 comments on commit 0ee65c7

Please sign in to comment.