]> 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>
Thu, 8 Apr 2021 12:55:28 +0000 (14:55 +0200)
src/rootStore.ts

index 67b318f4ad72e053c69283011ef5e8f61cd4378e..cc523f9f43e42fff9f67316801aa2d493683b6cd 100644 (file)
@@ -74,6 +74,7 @@ declare module 'vue/types/vue' {
     /**
      * Cache of stores instantiated by the current instance. Used by map
      * helpers.
+     * @internal
      */
     _pStores?: Record<string, GenericStore>
   }