Skip to content

Commit 1cbba31

Browse files
committed
chore: upate default values in type defintion
1 parent 54c7cf8 commit 1cbba31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/vueltip/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ export type TooltipDirective = Directive<
1919
Binding
2020
>
2121
export type Options = {
22-
/** @default 'tooltip-placement' */
22+
/** @default 'vueltip-placement' */
2323
placementAttribute: string
24-
/** @default 'tooltip-key' */
24+
/** @default 'vueltip-key' */
2525
keyAttribute: string
2626
/** @default 0 */
2727
showDelay: number

0 commit comments

Comments
 (0)