MyTooltip.vue 171 Bytes
Newer Older
hucy's avatar
hucy committed
1 2 3 4 5 6 7 8 9 10
<template>
  <q-tooltip
    anchor="top middle"
    self="bottom middle"
    :offset="[6, 6]"
    class="com-tooltip-sty"
  >
    <slot></slot>
  </q-tooltip>
</template>