1
0
forked from PGL/Clyde

added ListResearch App

This commit is contained in:
2024-04-18 17:17:29 +02:00
parent 14c5423328
commit fed567e9ab
8 changed files with 88 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import { ref, reactive } from "vue";
import { ref} from "vue";
import FilterComponent from "@/Apps/ScientificPublications/FilterComponent.vue";
import ArticleComponent from "@/Apps/ScientificPublications/ResearchComponent.vue";
import {fetchResearches, } from "@/rest/ScientificPublications/ResearcherProfile.js";
@ -10,7 +10,6 @@ const isFilterOpened = ref(false);
const isResearchOpened = ref(false);
const isPostResearchOpened = ref(false);
const articleToDisplay = ref()
const filters = ref([]);
const changing = ref(false);
let toModify= Object.assign({}, {});