79559727

Date: 2025-04-07 11:19:45
Score: 1.5
Natty:
Report link

I found a solution. Using these two events inside the <s-tooltip> component, we can prevent click event.

<span @click.stop="toggleTooltip" @mousedown.stop v-bind="props">
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ashish Khokhariya