From 988c33d07d703b621ff8f199af1038dd63a757c7 Mon Sep 17 00:00:00 2001 From: flfeders Date: Wed, 20 Nov 2024 13:45:18 +0100 Subject: [PATCH] Tidying in Product Page --- pages/products/[mode]/[[id]].vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/pages/products/[mode]/[[id]].vue b/pages/products/[mode]/[[id]].vue index abc5357..faeb1c4 100644 --- a/pages/products/[mode]/[[id]].vue +++ b/pages/products/[mode]/[[id]].vue @@ -196,6 +196,7 @@ setupPage() type="product" v-if="itemInfo" :element-id="itemInfo.id" + render-headline /> @@ -203,22 +204,24 @@ setupPage()
- + Bestand: {{dataStore.getStockByProductId(itemInfo.id)}} {{dataStore.units.find(unit => unit.id === itemInfo.unit) ? dataStore.units.find(unit => unit.id === itemInfo.unit).name : ""}}
- - - + + + + - + +