diff --git a/frontend/components/product/ChatBox/ChatBoxContainer.vue b/frontend/components/product/ChatBox/ChatBoxContainer.vue index 4c43034..c13bc16 100644 --- a/frontend/components/product/ChatBox/ChatBoxContainer.vue +++ b/frontend/components/product/ChatBox/ChatBoxContainer.vue @@ -10,7 +10,7 @@ import { useAuth } from "~/composables/api/auth/useAuth"; // provide-inject -const { isOpen } = inject("isOpen") as any; +const { isOpen, closeChat } = inject("isOpen") as any; // state @@ -128,7 +128,7 @@ whenever(
@@ -185,7 +185,7 @@ whenever( class="w-full h-full flex items-center justify-center absolute inset-0" > @@ -197,7 +197,7 @@ whenever( v-else > @@ -207,9 +207,22 @@ whenever( من میتونم هر سوالی رو درمورد این محصول جواب بدم اگه میخوای شروع کنیم روی دکمه زیر کلیک کن

- - - +
+ + + + +