]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: comment on pinia.use [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 4 Mar 2021 15:43:14 +0000 (16:43 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 8 Mar 2021 14:50:09 +0000 (15:50 +0100)
src/rootStore.ts

index 04eca5c02f92753e007d9364fb7494555437c276..ced540100102129a0d632a6e8e0bbb835421bb04 100644 (file)
@@ -43,6 +43,9 @@ export interface Pinia {
   /**
    * Adds a store plugin to extend every store
    *
+   * @alpha DO NOT USE, The plugin architecture will change to provide more
+   * customization options.
+   *
    * @param plugin - store plugin to add
    */
   use(plugin: PiniaStorePlugin): void