From e600193e3fa54b811227f3908c83e659b0fc7672 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 4 Mar 2021 16:43:14 +0100 Subject: [PATCH] docs: comment on pinia.use [skip ci] --- src/rootStore.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rootStore.ts b/src/rootStore.ts index 04eca5c0..ced54010 100644 --- a/src/rootStore.ts +++ b/src/rootStore.ts @@ -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 -- 2.47.3