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: v2.0.0-alpha.11~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b1d6e7d10ae4121785cf65b2785c7f0a4ec3bcb;p=thirdparty%2Fvuejs%2Fpinia.git docs: mark pStores as internal [skip ci] --- diff --git a/src/rootStore.ts b/src/rootStore.ts index eabd2b96..9cfad32d 100644 --- a/src/rootStore.ts +++ b/src/rootStore.ts @@ -99,6 +99,7 @@ declare module '@vue/runtime-core' { /** * Cache of stores instantiated by the current instance. Used by map * helpers. + * @internal */ _pStores?: Record }