We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77fbcf commit 7a53296Copy full SHA for 7a53296
src/components/tooltip/Tooltip.vue
@@ -49,14 +49,12 @@ defineOptions({
49
50
<template>
51
<TooltipRoot
52
- :open="props.open"
53
:default-open="props.defaultOpen"
54
:delay-duration="props.delayDuration"
55
:disable-hoverable-content="props.disableHoverableContent"
56
:disable-closing-trigger="props.disableClosingTrigger"
57
:disabled="props.disabled"
58
:ignore-non-keyboard-focus="props.ignoreNonKeyboardFocus"
59
- @update:open="emits('update:open', $event)"
60
>
61
<TooltipTrigger
62
:as="props.as"
0 commit comments