From: Eduardo San Martin Morote Date: Thu, 4 Mar 2021 15:43:14 +0000 (+0100) Subject: docs: comment on pinia.use [skip ci] X-Git-Tag: v0.2.0~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e600193e3fa54b811227f3908c83e659b0fc7672;p=thirdparty%2Fvuejs%2Fpinia.git docs: comment on pinia.use [skip ci] --- 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