Browse Source

docs: ✏️ add note comment (#33771)

Co-authored-by: dengqing <qing.deng@goldenpig.com.cn>
pull/33774/head
dengqing 3 years ago
committed by GitHub
parent
commit
30086db63f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/typography/index.en-US.md
  2. 2
      components/typography/index.zh-CN.md

2
components/typography/index.en-US.md

@ -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
components/typography/index.zh-CN.md

@ -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)

Loading…
Cancel
Save