From b48e13e95c107e0fe07843a0874a743b0058d6bc Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 9 Apr 2021 19:11:26 +0200 Subject: [PATCH] chore: deprecated message --- src/mapHelpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapHelpers.ts b/src/mapHelpers.ts index 53fa9075..5763699a 100644 --- a/src/mapHelpers.ts +++ b/src/mapHelpers.ts @@ -252,7 +252,7 @@ export function mapState< /** * Alias for `mapState()`. You should use `mapState()` instead. - * @deprecated + * @deprecated use `mapState()` instead. */ export const mapGetters = mapState -- 2.47.3