prepare physical sample step data
This commit is contained in:
parent
3f57b195bc
commit
ab2740c08a
1 changed files with 14 additions and 14 deletions
|
|
@ -1,17 +1,17 @@
|
|||
<template>
|
||||
<Dialog
|
||||
id="physical-sample"
|
||||
v-model:visible="isOpen"
|
||||
modal
|
||||
:draggable="false"
|
||||
dismissableMask="true"
|
||||
class="dialog"
|
||||
:closeOnEscape="true"
|
||||
>
|
||||
<header>
|
||||
<h2>Titre de la modal</h2>
|
||||
</header>
|
||||
</Dialog>
|
||||
<Dialog
|
||||
id="physical-sample"
|
||||
v-model:visible="isOpen"
|
||||
modal
|
||||
:draggable="false"
|
||||
dismissableMask="true"
|
||||
class="dialog"
|
||||
:closeOnEscape="true"
|
||||
>
|
||||
<header>
|
||||
<h2>Titre de la modal</h2>
|
||||
</header>
|
||||
</Dialog>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
|
@ -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