preview pdf
This commit is contained in:
parent
822d060923
commit
2762782ef9
2 changed files with 5 additions and 4 deletions
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue