From d2ef75b05fdb01628ed8ac49a3f92f04afd2aacb Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 11 Jul 2021 21:03:31 +0200 Subject: [PATCH] fix: add _p for devtools --- src/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store.ts b/src/store.ts index fea344bc..c8e2307f 100644 --- a/src/store.ts +++ b/src/store.ts @@ -357,6 +357,7 @@ function createSetupStore< } const partialStore = { + _p: pinia, $id, $onAction, $patch, -- 2.47.2