Home > Software design >  Set active for adding step by step in vuejs?
Set active for adding step by step in vuejs?

Time:10-28

I want it to default to : Additional Info , instead of : Personal details

I have searched, but can't find any documentation for this. Please help me. Thanks.

enter image description here

CodePudding user response:

You can use the start-index prop for the default selected tab

:start-index="1" I check the below example

https://jsfiddle.net/1z9mfp7y/1/

  • Related