1 parent 54c7cf8 commit 1cbba31Copy full SHA for 1cbba31
1 file changed
packages/vueltip/src/types.ts
@@ -19,9 +19,9 @@ export type TooltipDirective = Directive<
19
Binding
20
>
21
export type Options = {
22
- /** @default 'tooltip-placement' */
+ /** @default 'vueltip-placement' */
23
placementAttribute: string
24
- /** @default 'tooltip-key' */
+ /** @default 'vueltip-key' */
25
keyAttribute: string
26
/** @default 0 */
27
showDelay: number
0 commit comments