From 5b4aa4cd55b5b02e8bf27388d68bda6da72d24d5 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 26 Nov 2015 19:52:25 +0800 Subject: [PATCH] update API --- components/pagination/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/pagination/index.md b/components/pagination/index.md index 13db48135a..b4c62886c1 100644 --- a/components/pagination/index.md +++ b/components/pagination/index.md @@ -21,7 +21,8 @@ | 参数 | 说明 | 类型 | 默认值 | |------------------|------------------------------------|----------|----------------| -| current | 当前页数 | Number | 1 | +| current | 当前页数 | Number | 无 | +| defaultCurrent | 默认的当前页数 | Number | 1 | | total | 数据总数 | Number | 0 | | pageSize | 每页条数 | Number | 10 | | onChange | 页码改变的回调,参数是改变后的页码 | Function | noop |