virtual sample - reorganize files data (add dynamic / static level)

This commit is contained in:
isUnknown 2024-11-20 15:31:41 +01:00
parent e29738c4ab
commit 2c574069f5
5 changed files with 79 additions and 29 deletions

View file

@ -5,8 +5,7 @@
<DialogWrapper v-if="dialog.content" />
<div class="kanban">
<ProjectStep v-for="step in page.steps" :key="step" :step="step">
</ProjectStep>
<ProjectStep v-for="step in page.steps" :key="step" :step="step" />
</div>
</main>
</template>