From: Eduardo San Martin Morote Date: Sun, 11 Jul 2021 19:03:31 +0000 (+0200) Subject: fix: add _p for devtools X-Git-Tag: v2.0.0-rc.0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ef75b05fdb01628ed8ac49a3f92f04afd2aacb;p=thirdparty%2Fvuejs%2Fpinia.git fix: add _p for devtools --- 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,