preview pdf

This commit is contained in:
Thanit Konmek 2023-07-04 11:42:30 +07:00
parent 822d060923
commit 2762782ef9
2 changed files with 5 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 = () => {