From 17e0962d088833f26595cf1dbb58c74b15c675ab Mon Sep 17 00:00:00 2001 From: tjz <415800467@qq.com> Date: Sun, 10 Jun 2018 21:57:44 +0800 Subject: [PATCH] docs: update tooltip visible(v-model) --- components/tooltip/index.en-US.md | 2 +- components/tooltip/index.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tooltip/index.en-US.md b/components/tooltip/index.en-US.md index d0a4a519f..19dd24800 100644 --- a/components/tooltip/index.en-US.md +++ b/components/tooltip/index.en-US.md @@ -20,7 +20,7 @@ The following APIs are shared by Tooltip, Popconfirm, Popover. | overlayStyle | Style of the tooltip card | object | - | | placement | The position of the tooltip relative to the target, which can be one of `top` `left` `right` `bottom` `topLeft` `topRight` `bottomLeft` `bottomRight` `leftTop` `leftBottom` `rightTop` `rightBottom` | string | `top` | | trigger | Tooltip trigger mode | `hover` \| `focus` \| `click` \| `contextmenu` | `hover` | -| visible | Whether the floating tooltip card is visible or not | boolean | `false` | +| visible(v-model) | Whether the floating tooltip card is visible or not | boolean | `false` | ### events | Events Name | Description | Arguments | diff --git a/components/tooltip/index.zh-CN.md b/components/tooltip/index.zh-CN.md index 40612033c..0a1e738cc 100644 --- a/components/tooltip/index.zh-CN.md +++ b/components/tooltip/index.zh-CN.md @@ -20,7 +20,7 @@ | overlayStyle | 卡片样式 | object | 无 | | placement | 气泡框位置,可选 `top` `left` `right` `bottom` `topLeft` `topRight` `bottomLeft` `bottomRight` `leftTop` `leftBottom` `rightTop` `rightBottom` | string | top | | trigger | 触发行为,可选 `hover/focus/click/contextmenu` | string | hover | -| visible | 用于手动控制浮层显隐 | boolean | false | +| visible(v-model) | 用于手动控制浮层显隐 | boolean | false | ### 事件 | 事件名称 | 说明 | 回调参数 |