From 72a400c7e0f1eb610a55c910c917d57cd2bb6b7a Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 10 Nov 2015 16:18:20 +0800 Subject: [PATCH] update API document, ref #498 --- components/popover/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/popover/index.md b/components/popover/index.md index 6f22e72389..7018cd1358 100644 --- a/components/popover/index.md +++ b/components/popover/index.md @@ -23,4 +23,6 @@ | placement | 气泡框位置,可选 `top/left/right/bottom/topLeft/topRight/bottomLeft/bottomRight/leftTop/leftBottom/rightTop/rightBottom` | string | top | | title | 卡片标题 | React.Element | 无 | | overlay | 卡片内容 | React.Element | 无 | -| prefixCls | 浮层的类名 | string | 无 | +| prefixCls | 浮层的类名 | string | ant-popover | +| visible | 用于手动控制浮层显隐 | boolean | false | +| onVisibleChange | 显示隐藏改变的回调 | function | 无 |