added v-if to bibtex download

This commit is contained in:
2024-04-19 19:54:51 +02:00
parent be7f42aafe
commit 6077e65b50
3 changed files with 7 additions and 7 deletions

View File

@ -17,11 +17,10 @@ const statsBy = ref("");
const isFilterOpened = ref(false);
const isResearchOpened = ref(false);
const articleToDisplay = ref(Object)
const filters = ref([]);
const filters = ref();
let chart;
const researcherId = window.location.href.split("=")[1]
const props = defineProps({
filters: ref([]),
});