From ee358a6428bf1f34e7c00415be56da9aecc739b0 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 3 Nov 2021 16:07:23 +0100 Subject: [PATCH] fix(types): remove dependency on Vue 3 only Plugin type --- packages/pinia/src/rootStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pinia/src/rootStore.ts b/packages/pinia/src/rootStore.ts index 4c96c81bed..e2be8960fb 100644 --- a/packages/pinia/src/rootStore.ts +++ b/packages/pinia/src/rootStore.ts @@ -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 + install: (app: App) => void /** * root state