We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c917ace commit 97800aaCopy full SHA for 97800aa
components/ProductDisplay.js
@@ -25,7 +25,7 @@ app.component('product-display', {
25
<li v-for="detail in details">{{ detail }}</li>
26
</ul>
27
28
- <div class="color-box"
+ <div class="color-circle"
29
v-for="(variant, index) in variants"
30
:key="variant.id"
31
:style="{ backgroundColor: variant.color }"
0 commit comments