prepare physical sample step data
This commit is contained in:
parent
3f57b195bc
commit
ab2740c08a
1 changed files with 14 additions and 14 deletions
|
|
@ -29,7 +29,7 @@ watch(isOpen, (newValue) => {
|
|||
router.push({ name: route.name });
|
||||
});
|
||||
const { page } = usePageStore();
|
||||
const step = page.steps[page.step.length - 1];
|
||||
const step = page.steps[page.steps.length - 1];
|
||||
</script>
|
||||
|
||||
<style></style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue