Skip to content

Commit

Permalink
fix(types): breaking type with auto imported components (#2730)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernankez authored Aug 6, 2024
1 parent a46a31e commit 82ca41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pinia/src/globalExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ declare module 'vue/types/options' {
*/
// @ts-ignore: works on Vue 3, fails in Vue 2
declare module 'vue' {
export interface GlobalComponents {}
export interface ComponentCustomProperties {
/**
* Access to the application's Pinia
Expand Down

0 comments on commit 82ca41c

Please sign in to comment.