mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-19 01:40:32 +03:00
Add lazy-load property to TabContent
This commit is contained in:
@@ -141,6 +141,13 @@ props: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
/***
|
||||
* Only render the content when the tab is active
|
||||
*/
|
||||
lazy: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
/***
|
||||
* Function to execute before tab switch. Return value must be boolean
|
||||
* If the return result is false, tab switch is restricted
|
||||
|
||||
Reference in New Issue
Block a user