We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d485b commit 3fe0477Copy full SHA for 3fe0477
1 file changed
packages/frontend/src/directives/index.ts
@@ -39,7 +39,7 @@ export const directives = {
39
} as Record<string, Directive>;
40
41
declare module 'vue' {
42
- export interface ComponentCustomProperties {
+ export interface GlobalDirectives {
43
vUserPreview: typeof userPreviewDirective;
44
vGetSize: typeof getSizeDirective;
45
vRipple: typeof rippleDirective;
0 commit comments