mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
docs: fix procomponents links
This commit is contained in:
parent
58c1998e1e
commit
d38363e161
@ -15,7 +15,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/5FrZKStG_/List.svg
|
||||
|
||||
## API
|
||||
|
||||
另外我们封装了 [ProList](https://prolist.ant.design/),在 `antd` List 之上扩展了更多便捷易用的功能,比如多选,展开等功能,使用体验贴近 Table,欢迎尝试使用。
|
||||
另外我们封装了 [ProList](https://procomponents.ant.design/components/list),在 `antd` List 之上扩展了更多便捷易用的功能,比如多选,展开等功能,使用体验贴近 Table,欢迎尝试使用。
|
||||
|
||||
### List
|
||||
|
||||
|
@ -210,7 +210,7 @@ export default (
|
||||
);
|
||||
```
|
||||
|
||||
Click here [Quick Start](https://prolayout.ant.design/getting-started).
|
||||
Click here [Quick Start](https://procomponents.ant.design/en-US/components/layout).
|
||||
|
||||
## ProTable
|
||||
|
||||
@ -263,7 +263,7 @@ const Products = () => {
|
||||
};
|
||||
```
|
||||
|
||||
ProTable provides preset logic to handle loading, pagination and search forms, which can greatly reduce the amount of code, click here [Quick Start](https://protable.ant.design/getting-started).
|
||||
ProTable provides preset logic to handle loading, pagination and search forms, which can greatly reduce the amount of code, click here [ProTable](https://procomponents.ant.design/en-US/components/table).
|
||||
|
||||
## Build
|
||||
|
||||
@ -293,5 +293,5 @@ You can:
|
||||
- Know [the umi routes](https://umijs.org/zh/guide/router.html)
|
||||
- Know [how to deploy umi application](https://umijs.org/zh/guide/deploy.html)
|
||||
- Scaffolding out of the box [Ant Design Pro](https://pro.ant.design)
|
||||
- Advanced Layout [ProLayout](https://prolayout.ant.design)
|
||||
- Advanced Table [ProTable](https://protable.ant.design)
|
||||
- Advanced Layout [ProLayout](https://procomponents.ant.design/en-US/components/layout)
|
||||
- Advanced Table [ProTable](https://procomponents.ant.design/en-US/components/table)
|
||||
|
@ -213,7 +213,7 @@ export default (
|
||||
);
|
||||
```
|
||||
|
||||
点击这里[快速开始](https://prolayout.ant.design/getting-started)。
|
||||
点击这里[快速开始](https://procomponents.ant.design/components/layout)。
|
||||
|
||||
## ProTable
|
||||
|
||||
@ -266,7 +266,7 @@ const Products = () => {
|
||||
};
|
||||
```
|
||||
|
||||
ProTable 提供了预设逻辑来处理 loading,分页 和搜索表单,可以大大减少代码量,点击这里[快速开始](https://protable.ant.design/getting-started)。
|
||||
ProTable 提供了预设逻辑来处理 loading,分页 和搜索表单,可以大大减少代码量,点击这里[快速开始](https://procomponents.ant.design/components/table)。
|
||||
|
||||
## 构建应用
|
||||
|
||||
@ -296,5 +296,5 @@ $ yarn build
|
||||
- 理解 [umi 的路由](https://umijs.org/zh/guide/router.html)
|
||||
- 理解 [如何部署 umi 应用](https://umijs.org/zh/guide/deploy.html)
|
||||
- 开箱即用的脚手架 [Ant Design Pro](https://pro.ant.design)
|
||||
- 高级布局 [ProLayout](https://prolayout.ant.design)
|
||||
- 高级表格 [ProTable](https://protable.ant.design)
|
||||
- 高级布局 [ProLayout](https://procomponents.ant.design/components/layout)
|
||||
- 高级表格 [ProTable](https://procomponents.ant.design/components/table)
|
||||
|
Loading…
Reference in New Issue
Block a user