(flow) add intention and the other fields for step/team

This commit is contained in:
Julien Calixte
2023-05-29 22:22:19 +02:00
parent 95cdd26c2b
commit 67fa42c0e4
2 changed files with 30 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ const store = useProductionFlow()
<ul>
<li :key="team.name" v-for="team in store.$state.teams">
{{ team.name }}
<p>{{ team.intention }}</p>
<button @click="store.removeTeam(team.id)"></button>
</li>
</ul>