Update index.html

This commit is contained in:
Adam Jahr 2020-11-12 16:54:59 -05:00 committed by GitHub
parent 1572b8c23e
commit 0a13d4e607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
<ul>
<li v-for="detail in details">{{ detail }}</li>
</ul>
<div v-for="variant in variants" :key="variant.id" @mouseover="updateImage(variant.image)">{{ variant.color }}</div>
<div v-for="variant in variants" :key="variant.id">{{ variant.color }}</div>
<button class="button">Add to Cart</button>
</div>
</div>