From affec249404c496203ea7d9408dc64b60e054518 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 30 Jan 2016 02:02:03 +0800 Subject: [PATCH] update tooltip demo --- components/tooltip/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tooltip/index.md b/components/tooltip/index.md index 1fb35b6355..94e05f3961 100644 --- a/components/tooltip/index.md +++ b/components/tooltip/index.md @@ -18,5 +18,5 @@ | 参数 | 说明 | 类型 | 默认值 | |-----------|------------------------------------------|------------|--------| -| placement | 气泡框位置,可选 `top/left/right/bottom/topLeft/topRight/bottomLeft/bottomRight/leftTop/leftBottom/rightTop/rightBottom` | string | top | -| title | 提示文字 | string/jsx | 无 | +| placement | 气泡框位置,可选 `top` `left` `right` `bottom` `topLeft` `topRight` `bottomLeft` `bottomRight` `leftTop` `leftBottom` `rightTop` `rightBottom` | string | top | +| title | 提示文字 | string/React.Element | 无 | -- GitLab