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>
|
<template>
|
||||||
<Dialog
|
<Dialog
|
||||||
id="physical-sample"
|
id="physical-sample"
|
||||||
v-model:visible="isOpen"
|
v-model:visible="isOpen"
|
||||||
modal
|
modal
|
||||||
:draggable="false"
|
:draggable="false"
|
||||||
dismissableMask="true"
|
dismissableMask="true"
|
||||||
class="dialog"
|
class="dialog"
|
||||||
:closeOnEscape="true"
|
:closeOnEscape="true"
|
||||||
>
|
>
|
||||||
<header>
|
<header>
|
||||||
<h2>Titre de la modal</h2>
|
<h2>Titre de la modal</h2>
|
||||||
</header>
|
</header>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue