From 37be266b922d594c73ed7d44d5c6e8c490225ead Mon Sep 17 00:00:00 2001 From: yutent Date: Fri, 28 Apr 2023 17:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4steps=E7=9A=84=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/steps/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steps/index.js b/src/steps/index.js index 8684fb4..32c627b 100644 --- a/src/steps/index.js +++ b/src/steps/index.js @@ -11,7 +11,7 @@ class Steps extends Component { static props = { active: { type: Number, - default: 1, + default: 0, observer() { this.$updateStepStatus() }