We use composition API here so there is no this pointer

This commit is contained in:
Johannes Zellner
2025-01-17 16:52:17 +01:00
parent 70580cc6ae
commit 95cee1676a
@@ -108,7 +108,7 @@ const formValid = computed(() => {
});
function setStep(newStep) {
this.step = newStep;
step.value = newStep;
if (newStep === STEP.INSTALL) setTimeout(() => locationInput.value.$el.focus(), 500);
}