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