- piuchebuono: possiblità di modificare l'immagine dalla scheda direttamente

- migliorata di poco la grafica dell'immagine.
This commit is contained in:
Surya Paolo
2024-10-02 23:26:52 +02:00
parent e29de7e0f6
commit d09f4831cf
53 changed files with 1736 additions and 124 deletions

View File

@@ -10,9 +10,9 @@
v-if="
order.product &&
order.product.productInfo &&
order.product.productInfo.img
order.product.productInfo.imagefile
"
:src="`` + order.product.productInfo.img"
:src="`` + order.product.productInfo.imagefile"
:alt="order.product.productInfo.name"
:class="myimgclass()"
/>