styling
This commit is contained in:
@@ -119,12 +119,12 @@ export default defineComponent({
|
||||
onBeforeUnmount(() => tooltip.hide());
|
||||
|
||||
return () => <>
|
||||
<div class="tooltip-container"
|
||||
<span class="tooltip-container"
|
||||
{...attrs}
|
||||
onMouseenter={(e) => tooltip.show(props.tooltip, e.pageX, e.pageY)}
|
||||
onMouseleave={() => tooltip.hide()}>
|
||||
{slots.default?.()}
|
||||
</div>
|
||||
</span>
|
||||
</>;
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user