Skip to content

Commit

Permalink
fix: extend GlobalComponents rather than replacing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jun 12, 2023
1 parent 4189083 commit 70b3717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ type TresComponents = {
}

declare module 'vue' {
export type GlobalComponents = TresComponents
export interface GlobalComponents extends TresComponents {}
}

0 comments on commit 70b3717

Please sign in to comment.