Skip to content

Commit

Permalink
media-object-refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote committed Jan 2, 2025
1 parent f99f486 commit 26973e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/choreographer/examples/Choreographer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<div class="foo">
<h2>choreographer</h2>
<h3>Standalone card built from schema</h3>
<!-- <div style="max-width: 550px; margin-bottom: 6.4rem">
<div style="max-width: 550px; margin-bottom: 6.4rem">
<CdrChoreographer :schema="schemaB" />
</div> -->
</div>
<CdrChoreographer :schema="schemaA" />
<!-- <h3>Card</h3>
<h3>Card</h3>

<cdr-card class="c-card">
<CdrChoreographer :schema="schemaA" />
</cdr-card>

<cdr-card class="b-card">
<CdrChoreographer :schema="schemaA" />
</cdr-card> -->
</cdr-card>
</div>
</template>

Expand Down

0 comments on commit 26973e5

Please sign in to comment.