Skip to content

Commit 3fe0477

Browse files
fix(frontend): ディレクティブの型が当たらない問題を修正 (#17049)
1 parent 97d485b commit 3fe0477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/frontend/src/directives

packages/frontend/src/directives/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const directives = {
3939
} as Record<string, Directive>;
4040

4141
declare module 'vue' {
42-
export interface ComponentCustomProperties {
42+
export interface GlobalDirectives {
4343
vUserPreview: typeof userPreviewDirective;
4444
vGetSize: typeof getSizeDirective;
4545
vRipple: typeof rippleDirective;

0 commit comments

Comments
 (0)