Skip to content
Snippets Groups Projects

Ref ui

Merged Remi PLANEL requested to merge ref-ui into main
2 files
+ 17
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,10 +11,8 @@ const dois = computed(() => {
@@ -11,10 +11,8 @@ const dois = computed(() => {
</script>
</script>
<template>
<template>
(
(<template v-for="doi, index in dois" :key="doi">
<template v-for="doi, index in dois" :key="doi">
<RefArticle :doi="doi"></RefArticle>
<RefArticle :doi="doi"></RefArticle>
<span v-if="index < dois.length - 1">, </span>
<span v-if="index < dois.length - 1">, </span>
</template>
</template>)
)
</template>
</template>
 
\ No newline at end of file
Loading