This commit is contained in:
Tim
2024-02-01 23:40:24 -04:00
parent e5399d9fc9
commit 5587915728
2 changed files with 11 additions and 10 deletions

View File

@@ -4,10 +4,8 @@
<!-- <div v-for="b in co.builderList">{{JSON.stringify(b)}}</div>-->
<div class="overflow-y-auto">
<template v-for="b in co.builderList">
<v-divider/>
<builder :builder="b"/>
</template>
<v-divider/>
</div>
</div>
</template>