ปรับ UI
This commit is contained in:
parent
4cbf6fa473
commit
6323d1cb41
5 changed files with 251 additions and 21 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue