Merge a5285e51ca
into 35d1c09243
commit
a06ce1ecd4
|
@ -253,7 +253,7 @@ const hasPrevious = computed(() => previousLink.value !== "");
|
||||||
const hasNext = computed(() => nextLink.value !== "");
|
const hasNext = computed(() => nextLink.value !== "");
|
||||||
|
|
||||||
const downloadUrl = computed(() =>
|
const downloadUrl = computed(() =>
|
||||||
fileStore.req ? api.getDownloadURL(fileStore.req, true) : ""
|
fileStore.req ? api.getDownloadURL(fileStore.req, false) : ""
|
||||||
);
|
);
|
||||||
|
|
||||||
const raw = computed(() => {
|
const raw = computed(() => {
|
||||||
|
|
Loading…
Reference in New Issue