blank.vue 265 B

123456789101112131415
  1. <template>
  2. <div class="flex flex-row w-full border border-primary">
  3. <Icon
  4. name="personae"
  5. size="5em"
  6. v-tooltip.focus.left="{ value: 'tooltip', autoHide: false }"
  7. />
  8. </div>
  9. </template>
  10. <script setup></script>
  11. <style scoped>
  12. </style>