We use composition API here so there is no this pointer
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user