prepare physical sample step data

This commit is contained in:
isUnknown 2024-12-11 15:07:13 +01:00
parent 3f57b195bc
commit ab2740c08a

View file

@ -29,7 +29,7 @@ watch(isOpen, (newValue) => {
router.push({ name: route.name }); router.push({ name: route.name });
}); });
const { page } = usePageStore(); const { page } = usePageStore();
const step = page.steps[page.step.length - 1]; const step = page.steps[page.steps.length - 1];
</script> </script>
<style></style> <style></style>