]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: mark pStores as internal [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 8 Apr 2021 09:39:13 +0000 (11:39 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Fri, 9 Apr 2021 11:08:56 +0000 (13:08 +0200)
src/rootStore.ts

index eabd2b96b19deeae20442f3a657f2e4a79af4b15..9cfad32d2f892180b1b91a615c82c45086bfda12 100644 (file)
@@ -99,6 +99,7 @@ declare module '@vue/runtime-core' {
     /**
      * Cache of stores instantiated by the current instance. Used by map
      * helpers.
+     * @internal
      */
     _pStores?: Record<string, GenericStore>
   }