Skip to content

文字气泡 Tooltip

基础用法

vue
<template>
  <bp-tooltip content="文本信息">
    <bp-button>文字提示</bp-button>
  </bp-tooltip>
</template>