From 2d2409cf47b72760289c8a5756bc61c83f0bb85a Mon Sep 17 00:00:00 2001 From: barahliush Date: Tue, 6 Nov 2018 10:39:51 +0200 Subject: [PATCH] Parameter 'mode' in method 'key Exists' has been renamed to 'scope' --- types/vuex-i18n/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/vuex-i18n/index.d.ts b/types/vuex-i18n/index.d.ts index 8282b99c05..f6b75afa1a 100644 --- a/types/vuex-i18n/index.d.ts +++ b/types/vuex-i18n/index.d.ts @@ -97,7 +97,7 @@ export interface Ii18n { * fallback: current locale, parent language locale and fallback locale * the default is fallback */ - keyExists(key: string, mode?: string): boolean; + keyExists(key: string, scope?: string): boolean; } declare const _default: {