Daniel Roe
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
components.d.ts
-
src/visual-editor/types/index.d.ts
|
|
|
@ -5,7 +5,7 @@ import '@vue/runtime-core'; |
|
|
|
|
|
|
|
export {}; |
|
|
|
|
|
|
|
declare module '@vue/runtime-core' { |
|
|
|
declare module 'vue' { |
|
|
|
export interface GlobalComponents { |
|
|
|
ElAside: typeof import('element-plus/es')['ElAside']; |
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']; |
|
|
|
|
|
|
|
@ -36,7 +36,7 @@ declare global { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
declare module '@vue/runtime-core' { |
|
|
|
declare module 'vue' { |
|
|
|
export interface ComponentCustomProperties { |
|
|
|
$$refs: any; |
|
|
|
} |
|
|
|
|