2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-02 20:24:04 +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
* 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