♻️ (production flow) add input design system and change step to te…

This commit is contained in:
Julien Calixte
2023-05-27 23:01:35 +02:00
parent d4e0f0043e
commit 67af65afff
4 changed files with 37 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ const store = useProductionFlow();
<template>
<section class="production-flow">
<add-flow />
<add-step />
<ul>
<li :key="step.name" v-for="step in store.$state.steps">
{{ step.name }}