Skip to content

Commit

Permalink
docs(core): fix HTML Anchor jump link (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
li9269391 authored Jun 23, 2021
1 parent d669fd9 commit 3feaf90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/docs/api/models/Form.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ interface createVoidField {

#### 描述

设置表单值,可以设置合并策略 [IFormMergeStrategy](#IFormMergeStrategy)
设置表单值,可以设置合并策略 [IFormMergeStrategy](#iformmergestrategy)

#### 签名

Expand Down Expand Up @@ -298,7 +298,7 @@ interface setDisplay {
}
```

函数入参请参考[FormDisplayTypes](#Formdisplaytypes)
函数入参请参考[FormDisplayTypes](#formdisplaytypes)

### setPattern

Expand All @@ -314,7 +314,7 @@ interface setPattern {
}
```

函数入参请参考[FormPatternTypes](#Formpatterntypes)
函数入参请参考[FormPatternTypes](#formpatterntypes)

### addEffects

Expand Down

0 comments on commit 3feaf90

Please sign in to comment.