2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-22 00:10:32 +03:00

Merge pull request #146 from Capellan29/master

tabContent type bug fixed
This commit is contained in:
Cristi Jora
2017-12-29 16:23:18 +02:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ export declare class Tab {
* Function to execute before tab switch. Return value must be boolean * Function to execute before tab switch. Return value must be boolean
* If the return result is false, tab switch is restricted * If the return result is false, tab switch is restricted
*/ */
beforeChange (): boolean | Promise beforeChange (): boolean | Promise<boolean>
/** Vue router route object */ /** Vue router route object */
route: string | object route: string | object
additionalInfo: object additionalInfo: object