From 8b1d6e7d10ae4121785cf65b2785c7f0a4ec3bcb Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 8 Apr 2021 11:39:13 +0200 Subject: [PATCH] docs: mark pStores as internal [skip ci] --- src/rootStore.ts | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.47.3