This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
•
|
||||
{{ t(`checkoutSteps.${currentCheckoutStep?.title}`) }}
|
||||
</h3>
|
||||
|
||||
<Icon class="cursor-pointer w-6 h-6" name="lucide:arrow-right" @click="nextStep" />
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -25,7 +23,7 @@
|
||||
<script setup lang="ts">
|
||||
import { useCheckout } from '../composables/useCheckout'
|
||||
|
||||
const { previewStep, nextStep, currentCheckoutStep, checkoutSteps } = useCheckout()
|
||||
const { previewStep, currentCheckoutStep, checkoutSteps } = useCheckout()
|
||||
const { t } = useI18n()
|
||||
</script>
|
||||
|
||||
@@ -56,10 +54,13 @@ const { t } = useI18n()
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
text-align: center;
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
flex: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.main {
|
||||
|
||||
Reference in New Issue
Block a user