From: Eduardo San Martin Morote Date: Tue, 24 Jan 2023 07:45:40 +0000 (+0100) Subject: docs: old statement about actions X-Git-Tag: @pinia/nuxt@0.4.7~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555cc55a99e501f1162a31af03d3dfaec8ea74e7;p=thirdparty%2Fvuejs%2Fpinia.git docs: old statement about actions --- diff --git a/packages/docs/core-concepts/plugins.md b/packages/docs/core-concepts/plugins.md index 010fb16f..2777c034 100644 --- a/packages/docs/core-concepts/plugins.md +++ b/packages/docs/core-concepts/plugins.md @@ -6,7 +6,7 @@ Pinia stores can be fully extended thanks to a low level API. Here is a list of - Add new options when defining stores - Add new methods to stores - Wrap existing methods -- Change or even cancel actions +- Intercept actions and its results - Implement side effects like [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) - Apply **only** to specific stores