Open clementf2b opened 8 years ago
I cannot change :active in el-steps from step 1 to step 2 when I click the Proceed button . however, the console.log('next') can show in the console.
Probably you should use :active="active" instead of a fixed number
:active="active"
I cannot change :active in el-steps from step 1 to step 2 when I click the Proceed button . however, the console.log('next') can show in the console.