This commit is contained in:
marzban-dev
2025-01-06 19:00:55 +03:30
parent fe33bcaa52
commit b480ecd345
32 changed files with 1128 additions and 69 deletions
+4 -1
View File
@@ -1,4 +1,6 @@
<script lang="ts" setup></script>
<script lang="ts" setup>
import ChatButton from "~/components/product/ChatBox/ChatButton.vue";
</script>
<template>
<div class="w-full flex flex-col">
@@ -7,5 +9,6 @@
<ProductComments />
<ProductDetails />
<RelatedProducts title="محصولات مشابه" />
<ChatButton />
</div>
</template>