Skip to content

Commit

Permalink
fix Import in Browser link not found (#24910)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 committed Jun 11, 2020
1 parent bb94770 commit c7c6e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/react/faq.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Please check [And Design Mobile](http://mobile.ant.design) for details. `antd` h

### Does `antd` supply standalone files like 'React'?

Yes, you can [import `antd` with script tag](https://ant.design/docs/react/install?locale=en-US#Import-in-Browser). But we recommend using `npm` to import `antd`, it is simple and easy to maintain.
Yes, you can [import `antd` with script tag](https://ant.design/docs/react/introduce#Import-in-Browser). But we recommend using `npm` to import `antd`, it is simple and easy to maintain.

### I can't visit `icon` in my network environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/react/faq.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ antd 内部会对 props 进行浅比较实现性能优化。当状态变更,

### `antd` 会像 `React` 那样提供单文件引入吗?

是的,[你可以用 script 标签引入](https://ant.design/docs/react/install?locale=en-US#Import-in-Browser)。但是我们推荐使用 `npm` 来引入 `antd`,这样维护起来更简单方便。
是的,[你可以用 script 标签引入](https://ant.design/docs/react/introduce-cn#%E6%B5%8F%E8%A7%88%E5%99%A8%E5%BC%95%E5%85%A5)。但是我们推荐使用 `npm` 来引入 `antd`,这样维护起来更简单方便。

### 在我的网络环境下没法获取到 `icon` 文件。

Expand Down

0 comments on commit c7c6e9f

Please sign in to comment.