Skip to content

Commit c0457ef

Browse files
committed
docs: update tooltip visible(v-model)
1 parent 0771acb commit c0457ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/tooltip/index.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following APIs are shared by Tooltip, Popconfirm, Popover.
2020
| overlayStyle | Style of the tooltip card | object | - |
2121
| 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` |
2222
| trigger | Tooltip trigger mode | `hover` \| `focus` \| `click` \| `contextmenu` | `hover` |
23-
| visible | Whether the floating tooltip card is visible or not | boolean | `false` |
23+
| visible(v-model) | Whether the floating tooltip card is visible or not | boolean | `false` |
2424

2525
### events
2626
| Events Name | Description | Arguments |

components/tooltip/index.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| overlayStyle | 卡片样式 | object ||
2121
| placement | 气泡框位置,可选 `top` `left` `right` `bottom` `topLeft` `topRight` `bottomLeft` `bottomRight` `leftTop` `leftBottom` `rightTop` `rightBottom` | string | top |
2222
| trigger | 触发行为,可选 `hover/focus/click/contextmenu` | string | hover |
23-
| visible | 用于手动控制浮层显隐 | boolean | false |
23+
| visible(v-model) | 用于手动控制浮层显隐 | boolean | false |
2424

2525
### 事件
2626
| 事件名称 | 说明 | 回调参数 |

0 commit comments

Comments
 (0)