import { MenuItemType } from "@/components/menu/menu-item-type";
import { useMenuStore, type CartItemDrinks } from "@/stores/useMenuStore";
-import { getImageUrlForMenu } from "@/util/image";
+import { getImageUrl } from "@/util/image";
import { computed, ref } from "vue";
const props = defineProps({
@@ -126,11 +126,23 @@ function handleDrinksConfirmation() {
-
+
+
+
-
-
+ class="w-[160px] h-full"
+ >
+
+
+
+
+
+