Skip to content

Commit 82ca41c

Browse files
authored
fix(types): breaking type with auto imported components (#2730)
1 parent a46a31e commit 82ca41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pinia/src/globalExtensions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ declare module 'vue/types/options' {
4141
*/
4242
// @ts-ignore: works on Vue 3, fails in Vue 2
4343
declare module 'vue' {
44+
export interface GlobalComponents {}
4445
export interface ComponentCustomProperties {
4546
/**
4647
* Access to the application's Pinia

0 commit comments

Comments
 (0)