From: Eduardo San Martin Morote Date: Fri, 9 Apr 2021 07:42:35 +0000 (+0200) Subject: chore: mark mapGetters as deprecated X-Git-Tag: v2.0.0-alpha.11~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34a720ea6bab28aa02fef21d7f62b19db1c24534;p=thirdparty%2Fvuejs%2Fpinia.git chore: mark mapGetters as deprecated --- diff --git a/src/mapHelpers.ts b/src/mapHelpers.ts index 2a367fbe..53fa9075 100644 --- a/src/mapHelpers.ts +++ b/src/mapHelpers.ts @@ -252,6 +252,7 @@ export function mapState< /** * Alias for `mapState()`. You should use `mapState()` instead. + * @deprecated */ export const mapGetters = mapState