Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
before change type bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Erique Capellan authored and Erique Capellan committed Dec 29, 2017
1 parent daed472 commit 7e41fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/TabContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<boolean>
/** Vue router route object */
route: string | object
additionalInfo: object
Expand Down

0 comments on commit 7e41fcb

Please sign in to comment.