Web Demo Mobile Demo Angular Demo Vue Demo React Demo
源代码
<template>
  <div>
    <h2>Basic Tooltip</h2>
    <div style="padding:20px 40px">
      <span v-Tooltip="'This is a tooltip.'">Hover Me</span>
    </div>
  </div>
</template>

<script>
export default {};
</script>