|
@@ -79,7 +79,7 @@ const stepsObject = reactive<any>({
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
-const currentStep = ref('connect');
|
|
|
|
|
|
|
+const currentStep = ref('print');
|
|
|
const isPrinting = ref(false);
|
|
const isPrinting = ref(false);
|
|
|
const opts = ref<any>(null);
|
|
const opts = ref<any>(null);
|
|
|
onLoad((options: any) => {
|
|
onLoad((options: any) => {
|