2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-11 09:52:23 +03:00

before change type bug fixed

This commit is contained in:
Erique Capellan
2017-12-29 10:11:49 -04:00
parent daed4728a3
commit 7e41fcb08d
+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