mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
432 B
432 B
#### 控制 ToolTip 的显示
当 `tooltipVisible` 为 `true` 时,将始终显示ToolTip;反之则始终不显示,即使在拖动、移入时也是如此。
#### Control visible of ToolTip
When `tooltipVisible` is `true`, ToolTip will show always, or ToolTip will not show anyway, even if dragging or hovering.
<template>
<a-slider :defaultValue="30" :tooltipVisible="true" />
</template>