Skip to content

Commit

Permalink
docs: ✏️ add note comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dengqing committed Jan 19, 2022
1 parent 85c9625 commit fad5539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/typography/index.en-US.md
Expand Up @@ -144,3 +144,5 @@ Basic text writing, including headings, body text, lists, and more.
```tsx
<Link to="/" component={Typography.Link} />
```

**Note:** This is not equivalent to the execution logic of react-router's Link [reference](https://github.com/ant-design/ant-design/pull/26737/files#r488769888)
2 changes: 2 additions & 0 deletions components/typography/index.zh-CN.md
Expand Up @@ -145,3 +145,5 @@ cover: https://gw.alipayobjects.com/zos/alicdn/GOM1KQ24O/Typography.svg
```tsx
<Link to="/" component={Typography.Link} />
```

**注意:** 这并不是和 react-router 的 Link 的执行逻辑等价 [参考](https://github.com/ant-design/ant-design/pull/26737/files#r488769888)

0 comments on commit fad5539

Please sign in to comment.