master #173

Merged
Maxime merged 71 commits from Maxime/Clyde:master into master 2024-04-22 00:07:00 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit fdf4993def - Show all commits

View File

@ -2,11 +2,11 @@
File: ArticleComponent.vue
Author: Maxime Bartha
Scope: Extension Publicatons scientifiquess
Description: Pop Up summarizing an article
Description: Pop Up summarizing
----------------------------------------------------->
<script setup>
import { defineProps, defineEmits, ref } from "vue";
import {ref } from "vue";
import {onClickOutside} from '@vueuse/core'
let checked = ref([])

View File

@ -5,7 +5,7 @@
Description: Pop Up for selecting search Filters
----------------------------------------------------->
<script setup>
import { defineProps, defineEmits, ref } from "vue";
import { ref } from "vue";
import {onClickOutside} from '@vueuse/core'
let checked = ref([])