xia 4 năm trước cách đây
mục cha
commit
584f63cce0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"]
     });