From 8aa5631029f36a829de6e471c6166403a0e26dc5 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 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 } -- 2.47.3