fix: should hide tooltip when click outside (#1123)
parent
656fd4b62c
commit
a594f6f167
|
@ -9,6 +9,7 @@ defineProps<{
|
|||
<template>
|
||||
<VTooltip
|
||||
v-bind="$attrs"
|
||||
auto-hide
|
||||
>
|
||||
<slot />
|
||||
<template #popper>
|
||||
|
|
Loading…
Reference in New Issue