fix: label
This commit is contained in:
parent
e1b2a4a479
commit
6c4ea7ac7d
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
class="q-ml-md text-caption text-green-8 text-weight-bolder q-mt-md"
|
class="q-ml-md text-caption text-green-8 text-weight-bolder q-mt-md"
|
||||||
>{{ product.quantity > 0 ? 'In stock.' : 'Out of stock.' }}</span
|
>{{ product.quantity > 0 ? `In stock. ${product.quantity} left.` : 'Out of stock.' }}</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="q-mt-md">
|
<div class="q-mt-md">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue