Skip to content

Commit

Permalink
fix(types): remove dependency on Vue 3 only Plugin type
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 3, 2021
1 parent f07b738 commit ee358a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pinia/src/rootStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const getActivePinia = () =>
* Every application must own its own pinia to be able to create stores
*/
export interface Pinia {
install: Exclude<Plugin['install'], undefined>
install: (app: App) => void

/**
* root state
Expand Down

0 comments on commit ee358a6

Please sign in to comment.