ProductCard redesigned, add property for number of items in stock for product

This commit is contained in:
2024-09-22 15:06:10 +02:00
parent 3863661b3c
commit 47fbb564b2
10 changed files with 212 additions and 72 deletions

View File

@@ -25,7 +25,7 @@ function formatDateTimeString(string: string) {
</script>
<template>
<v-container>
<v-container max-width="1000">
<v-row v-for="order in userStore.orders">
<v-col>
<v-card