replaced vue by alpine

This commit is contained in:
Thomas Girod
2023-01-10 03:50:35 +01:00
parent 99827e005b
commit bfe90b50c8
7 changed files with 274 additions and 277 deletions

View File

@@ -111,7 +111,7 @@
<i class="fa fa-2x fa-picture-o product-image" ></i>
{% endif %}
<div class="product-description">
<h4>{{ p.name }}</strong></h4>
<h4>{{ p.name }}</h4>
<p>{{ p.selling_price }} €</p>
</div>
</button>