ปรับ UI

This commit is contained in:
setthawutttty 2023-12-22 10:05:18 +07:00
parent 4cbf6fa473
commit 6323d1cb41
5 changed files with 251 additions and 21 deletions

View file

@ -203,7 +203,7 @@ onMounted(() => {
<q-card-section>
<Step1 v-if="store.step === 1" />
<Step2 v-if="store.step === 2" @update:form="updateformCommand" />
<Step3 v-if="store.step === 3" />
<Step3 v-if="store.step === 3" :step="store.step"/>
<Step4 v-if="store.step === 4" />
<Step5 v-if="store.step === 5" />
<Step6 v-if="store.step === 6" />