We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a268c4 commit 51e3d1cCopy full SHA for 51e3d1c
components/Cart/CartContents.vue
@@ -24,7 +24,7 @@
24
25
<div class="item">
26
<span class="block mt-2 font-extrabold">Name: <br /></span>
27
- <span class="item-content">{{ products.product.name }}</span>
+ <span class="item-content">{{ products.product.node.name }}</span>
28
</div>
29
30
<span class="block mt-2 font-extrabold">Quantity: <br /> </span>
0 commit comments