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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user