+ :class="[
+ currentStep === index
+ ? 'text-[#3473ff] border-[#3473ff] border-b-2 border-b-solid'
+ : 'text-gray-500'
+ ]"
+ @click="handleStepClick(index)"
+ >
+
{{ index + 1 }}
{{ step.title }}
@@ -37,23 +52,31 @@
-
+
+
+
-
+
+
+
-
+ @success="handleDesignSuccess"
+ />