From: Eduardo San Martin Morote Date: Thu, 8 Apr 2021 09:39:13 +0000 (+0200) Subject: docs: mark pStores as internal [skip ci] X-Git-Tag: v0.3.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8aa5631029f36a829de6e471c6166403a0e26dc5;p=thirdparty%2Fvuejs%2Fpinia.git docs: mark pStores as internal [skip ci] --- diff --git a/src/rootStore.ts b/src/rootStore.ts index 67b318f4..cc523f9f 100644 --- a/src/rootStore.ts +++ b/src/rootStore.ts @@ -74,6 +74,7 @@ declare module 'vue/types/vue' { /** * Cache of stores instantiated by the current instance. Used by map * helpers. + * @internal */ _pStores?: Record }