diff --git a/public/blank-image.png b/public/blank-image.png new file mode 100644 index 00000000..08bb3fc5 Binary files /dev/null and b/public/blank-image.png differ diff --git a/src/components/04_product-service/TotalProductCardComponent.vue b/src/components/04_product-service/TotalProductCardComponent.vue new file mode 100644 index 00000000..70ba2036 --- /dev/null +++ b/src/components/04_product-service/TotalProductCardComponent.vue @@ -0,0 +1,45 @@ + + + + + diff --git a/src/components/04_product-service/TotalProductComponent.vue b/src/components/04_product-service/TotalProductComponent.vue new file mode 100644 index 00000000..836a2aac --- /dev/null +++ b/src/components/04_product-service/TotalProductComponent.vue @@ -0,0 +1,20 @@ + + diff --git a/src/components/ItemCard.vue b/src/components/ItemCard.vue index c60abaf8..05b96579 100644 --- a/src/components/ItemCard.vue +++ b/src/components/ItemCard.vue @@ -5,6 +5,7 @@ defineProps<{ icon: string; text: string; color: string; + changeColor?: boolean; }>(); @@ -26,6 +27,7 @@ defineProps<{ :icon="icon" width="64px" :class="`${$q.dark.isActive ? '' : 'app-text-muted'}`" + :color="changeColor ? color : ''" />