fixed some bugs

This commit is contained in:
saloui
2023-05-14 21:13:38 +02:00
parent 17f87857a8
commit 7f0e34230e
12 changed files with 159 additions and 54 deletions

View File

@ -5,15 +5,9 @@
</div>
<div class="flex-1">
<h3 class="font-bold text-lg">
<input
type="radio"
:checked="selected"
:disabled="!isInstalled"
@change="handleSelection"
/>
{{ title }}
</h3>
<a :href="path">{{ title }}</a>
<a :href="path" title="Download this manually (faster) and put it in the models/<your backend> folder then refresh">{{ title }}</a>
<p class="opacity-80">{{ description }}</p>
</div>
<div class="flex-shrink-0">