fix: should hide tooltip when click outside (#1123)

This commit is contained in:
webfansplz 2023-01-16 03:56:13 +08:00 committed by GitHub
parent 656fd4b62c
commit a594f6f167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ defineProps<{
<template>
<VTooltip
v-bind="$attrs"
auto-hide
>
<slot />
<template #popper>