Browse Source

Merge 7d0dbaba52 into 035663eb3b

pull/38/merge
Daniel Roe 1 year ago
committed by GitHub
parent
commit
d0a89f9492
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      components.d.ts
  2. 2
      src/visual-editor/types/index.d.ts

2
components.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'];

2
src/visual-editor/types/index.d.ts

@ -36,7 +36,7 @@ declare global {
}
}
declare module '@vue/runtime-core' {
declare module 'vue' {
export interface ComponentCustomProperties {
$$refs: any;
}

Loading…
Cancel
Save