+
+
۴۷ مشابه
@@ -186,7 +186,7 @@ const onSend = () => {
v-model:search-term="searchTerm"
placeholder="هوشمند جستجو کنید..."
:ui="{
- base: ['hadith-search-input'],
+ base: ['haditha-search-input'],
}"
:content="{
align: 'start',
@@ -207,7 +207,7 @@ const onSend = () => {
>
-
+
@@ -227,7 +227,7 @@ const onSend = () => {
@@ -235,12 +235,12 @@ const onSend = () => {
diff --git a/pages/hadith/chat-bot.vue b/pages/haditha/chat-bot.vue
similarity index 98%
rename from pages/hadith/chat-bot.vue
rename to pages/haditha/chat-bot.vue
index a93c7b1..1daed5b 100644
--- a/pages/hadith/chat-bot.vue
+++ b/pages/haditha/chat-bot.vue
@@ -1,10 +1,10 @@
-
+
@@ -245,7 +245,7 @@ const NavigationMenu = defineAsyncComponent(() =>
-
+
diff --git a/pages/hadith/library/[id]/[slug]/index.vue b/pages/haditha/library/[id]/[slug]/index.vue
similarity index 96%
rename from pages/hadith/library/[id]/[slug]/index.vue
rename to pages/haditha/library/[id]/[slug]/index.vue
index 37e0c34..c9321d5 100644
--- a/pages/hadith/library/[id]/[slug]/index.vue
+++ b/pages/haditha/library/[id]/[slug]/index.vue
@@ -4,7 +4,7 @@ const router = useRouter();
definePageMeta({
layout: false,
- name: "hadithLibraryShow",
+ name: "hadithaLibraryShow",
});
useHead({
title: `${import.meta.env.VITE_HADITH_PAGE_TITLE} | ${route.params.slug}`,
@@ -26,7 +26,7 @@ const props = defineProps({
default: "نتیجهای یافت نشد!",
},
noDataIcon: {
- default: "/img/no-data.png",
+ default: "/img/haditha/no-data.png",
},
});
@@ -98,19 +98,19 @@ const onClose = () => {
});
};
// components declaration
-const HadithLayout = defineAsyncComponent(
- () => import("@hadith/layouts/HadithLayout.vue")
+const HadithaLayout = defineAsyncComponent(
+ () => import("@haditha/layouts/HadithaLayout.vue")
);
const UTree = defineAsyncComponent(
- () => import("@hadith/components/hadith/library-show/UTree.vue")
+ () => import("@haditha/components/haditha/library-show/UTree.vue")
);
// const AccordionMenu = defineAsyncComponent(
-// () => import("@hadith/components/hadith/library-show/AccordionMenu..vue")
+// () => import("@haditha/components/haditha/library-show/AccordionMenu..vue")
// );
-
+
- import("@hadith/layouts/HadithLayout.vue")
+const HadithaLayout = defineAsyncComponent(() =>
+ import("@haditha/layouts/HadithaLayout.vue")
);
const NavigationMenu = defineAsyncComponent(() =>
- import("@hadith/components/hadith/NavigationMenu.vue")
+ import("@haditha/components/haditha/NavigationMenu.vue")
);
const CardList = defineAsyncComponent(() =>
- import("@hadith/components/hadith/CardList.vue")
+ import("@haditha/components/haditha/CardList.vue")
);
-
+
-
+