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