You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/slider/demo/show-tooltip.md

433 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>