From 91d8e1602a010c200c5f523c7af3ce669b0f7c3d Mon Sep 17 00:00:00 2001 From: chloe Date: Thu, 19 Mar 2026 15:20:24 +0000 Subject: [PATCH] mock removed --- Seasoned.Frontend/app/pages/chat.vue | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/Seasoned.Frontend/app/pages/chat.vue b/Seasoned.Frontend/app/pages/chat.vue index 81a8329..20942fc 100644 --- a/Seasoned.Frontend/app/pages/chat.vue +++ b/Seasoned.Frontend/app/pages/chat.vue @@ -78,27 +78,7 @@ import { ref, nextTick } from 'vue' import '@/assets/css/app-theme.css' const config = useRuntimeConfig() -const recipe = ref({ - title: "Peanut Butter Cookies", - description: "A classic, soft, and chewy family favorite.", - ingredients: [ - "1/2 c. Butter", - "1/2 c. peanut butter", - "1/2 c. white sugar", - "1/2 c. brown sugar", - "1 egg", - "1 1/2 c. flour", - "3/4 tsp. soda", - "1/2 tsp. baking powder", - "1/4 tsp. salt" - ], - instructions: [ - "Chill dough and form into a large ball or make a roll.", - "Slice about 1/8 or 1/4 inch thick.", - "Flatten with a fork dipped in flour, making a criss-cross pattern.", - "Bake in a 375°F oven." - ] -}) +const recipe = ref(null) const userQuery = ref('') const chatLoading = ref(false) const chatMessages = ref([])