From 35b126a68efdc122e6de1e9e3667d59259a43a37 Mon Sep 17 00:00:00 2001
From: Mehdi104797 <92753457+Mehdi104797@users.noreply.github.com>
Date: Sun, 2 Mar 2025 11:39:24 +0330
Subject: [PATCH] =?UTF-8?q?=D8=AA=D8=BA=DB=8C=DB=8C=D8=B1=D8=A7=D8=AA=20?=
=?UTF-8?q?=D8=AF=D8=B1=20=D8=AA=D8=AD=D9=82=DB=8C=D9=82=D8=A7=D8=AA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../research/components/AdvancedSearch.vue | 6 +-
.../components/ResearchFilterList.vue | 33 +-
json/research/{json => }/menu.json | 0
json/research/{json => }/test.json | 0
layouts/ResearchLayout.vue | 56 +
layouts/readme.md | 5 +
pages/Research.vue | 1033 --------------
pages/index.vue | 1206 ++++++++---------
stores/researchStore.ts | 4 +-
9 files changed, 642 insertions(+), 1701 deletions(-)
rename json/research/{json => }/menu.json (100%)
rename json/research/{json => }/test.json (100%)
create mode 100644 layouts/ResearchLayout.vue
create mode 100644 layouts/readme.md
delete mode 100644 pages/Research.vue
diff --git a/components/research/components/AdvancedSearch.vue b/components/research/components/AdvancedSearch.vue
index 24e5d6a..86b60b8 100644
--- a/components/research/components/AdvancedSearch.vue
+++ b/components/research/components/AdvancedSearch.vue
@@ -40,8 +40,8 @@
+
+
diff --git a/layouts/readme.md b/layouts/readme.md
new file mode 100644
index 0000000..e11d43e
--- /dev/null
+++ b/layouts/readme.md
@@ -0,0 +1,5 @@
+Layouts are wrappers around pages that contain a common User Interface for several pages, such as
+a header and footer display. Layouts are Vue files using components to display the page
+content. The layouts/default.vue file will be used by default. Custom layouts can be set as part of
+your page metadata.
+If you only have a single layout in your application, we recommend using app.vue with instead.
\ No newline at end of file
diff --git a/pages/Research.vue b/pages/Research.vue
deleted file mode 100644
index c9b08f6..0000000
--- a/pages/Research.vue
+++ /dev/null
@@ -1,1033 +0,0 @@
-
-
-