xia 4 роки тому
батько
коміт
584f63cce0
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/put/landing/add.vue

+ 1 - 1
src/views/put/landing/add.vue

@@ -31,7 +31,7 @@ const LandingAddPage = defineComponent({
   },
   setup() {
     const state = reactive({
-      stepCurrent: 1,
+      stepCurrent: 0,
       stepComponent: ["step-one", "step-two"]
     });