移除steps的调试值
parent
64b3d8b678
commit
37be266b92
|
@ -11,7 +11,7 @@ class Steps extends Component {
|
|||
static props = {
|
||||
active: {
|
||||
type: Number,
|
||||
default: 1,
|
||||
default: 0,
|
||||
observer() {
|
||||
this.$updateStepStatus()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue