Skip to content

Commit 69c43db

Browse files
author
Bastian Jakobs
committed
fix: include 'externalTrigger' in default tooltip props
1 parent a489b7d commit 69c43db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/useTooltipProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getReactiveGlobalConfig } from '../config/globalConfig'
77
/**
88
* Default values for tooltip props
99
*/
10-
export const DEFAULT_TOOLTIP_PROPS: Readonly<Required<Omit<TooltipProps, 'content'>>> = {
10+
export const DEFAULT_TOOLTIP_PROPS: Readonly<Required<Omit<TooltipProps, 'content' | 'externalTrigger'>>> = {
1111
position: 'auto',
1212
trigger: 'both',
1313
showDelay: 100,

0 commit comments

Comments
 (0)