ออกคำสั่ง

- change action for add (+)
- change default step
This commit is contained in:
Warunee Tamkoo 2023-07-10 09:43:16 +07:00
parent 66e6727474
commit a6e9b67e9a
2 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ const step04 = defineAsyncComponent(
);
const router = useRouter();
const step = ref<number>(4);
const step = ref<number>(1);
const stepper = ref<QStepper>();
const nextStep = () => {