Skip to content

Commit

Permalink
Fix vue3 import
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Sep 16, 2024
1 parent ddda1aa commit 6970d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/survey-vue3-ui/src/directives/key2click.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
doKey2ClickUp,
IAttachKey2clickOptions,
} from "survey-core";
import { ObjectDirective } from "vue";
import type { ObjectDirective } from "vue";

export const key2ClickDirective: ObjectDirective<any, IAttachKey2clickOptions> =
{
Expand Down

0 comments on commit 6970d45

Please sign in to comment.