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

Commit 198323d

Browse files
authored
Merge pull request #146 from Capellan29/master
tabContent type bug fixed
2 parents daed472 + 7e41fcb commit 198323d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/TabContent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export declare class Tab {
77
* Function to execute before tab switch. Return value must be boolean
88
* If the return result is false, tab switch is restricted
99
*/
10-
beforeChange (): boolean | Promise
10+
beforeChange (): boolean | Promise<boolean>
1111
/** Vue router route object */
1212
route: string | object
1313
additionalInfo: object

0 commit comments

Comments
 (0)