fix(frontend): ディレクティブの型が当たらない問題を修正 (#17049)

This commit is contained in:
かっこかり 2025-12-30 16:39:07 +09:00 committed by GitHub
parent 97d485bdd2
commit 3fe0477cac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export const directives = {
} as Record<string, Directive>;
declare module 'vue' {
export interface ComponentCustomProperties {
export interface GlobalDirectives {
vUserPreview: typeof userPreviewDirective;
vGetSize: typeof getSizeDirective;
vRipple: typeof rippleDirective;