diff --git a/components/pagination/demo/total.md b/components/pagination/demo/total.md index c32c17d451..30745af53e 100644 --- a/components/pagination/demo/total.md +++ b/components/pagination/demo/total.md @@ -20,7 +20,7 @@ ReactDOM.render( `共 ${total} 条`} + showTotal={total => `Total ${total} items`} pageSize={20} defaultCurrent={1} />, mountNode