open links in new window

This commit is contained in:
2023-07-24 11:52:58 +10:00
parent f1ab544aae
commit 1e2564f753

View File

@@ -18,7 +18,9 @@
class="h-10 text-center" /> class="h-10 text-center" />
</td> </td>
<td class="pl-2 py-4 w-full"> <td class="pl-2 py-4 w-full">
<a :href="file.url">{{ file.title || file.name }}</a> <a :href="file.url" target="_blank">{{
file.title || file.name
}}</a>
</td> </td>
<td class="pr-2"> <td class="pr-2">
<a :href="file.url + '?download=1'" <a :href="file.url + '?download=1'"