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