瀏覽代碼

Merge branch 'main' into fix/263-message-canvas-height

Alvaro Saburido 1 年之前
父節點
當前提交
5b65611db0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/types/index.ts

+ 1 - 1
src/types/index.ts

@@ -173,5 +173,5 @@ type TresComponents = {
 }
 
 declare module 'vue' {
-  export type GlobalComponents = TresComponents
+  export interface GlobalComponents extends TresComponents {}
 }