- piuchebuono: possiblità di modificare l'immagine dalla scheda direttamente
- migliorata di poco la grafica dell'immagine.
This commit is contained in:
@@ -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()"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user