From 7e41fcb08d6ac1e836b543fe70950071b0f8998f Mon Sep 17 00:00:00 2001 From: Erique Capellan Date: Fri, 29 Dec 2017 10:11:49 -0400 Subject: [PATCH] before change type bug fixed --- types/TabContent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/TabContent.ts b/types/TabContent.ts index e937889..c669f70 100644 --- a/types/TabContent.ts +++ b/types/TabContent.ts @@ -7,7 +7,7 @@ export declare class Tab { * Function to execute before tab switch. Return value must be boolean * If the return result is false, tab switch is restricted */ - beforeChange (): boolean | Promise + beforeChange (): boolean | Promise /** Vue router route object */ route: string | object additionalInfo: object