移除steps的调试值

master
yutent 2023-04-28 17:51:29 +08:00
parent 64b3d8b678
commit 37be266b92
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Steps extends Component {
static props = {
active: {
type: Number,
default: 1,
default: 0,
observer() {
this.$updateStepStatus()
}