Skip to content
Snippets Groups Projects

Resolve "Document zotero process"

Merged Remi PLANEL requested to merge document-zotero-process into dev
3 files
+ 43
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -16,7 +16,7 @@ const doiBaseUrl = ref(new URL("https://doi.org/"));
const fetchedDoi = ref(
await Promise.all(
props.items.map(async (doi) => {
const url = new URL(`/works/${doi}`, " https://api.crossref.org/").href;
const url = new URL(`/works/${doi}`, "https://api.crossref.org/").href;
const { data, error } = await useFetchVueUse<{
message: {
DOI: string;
Loading