mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 02:39:47 +00:00
fixed click event
This commit is contained in:
parent
76520f6cb5
commit
b6672cff8b
@ -7,10 +7,10 @@
|
|||||||
<h3 class="font-bold text-lg">
|
<h3 class="font-bold text-lg">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</h3>
|
</h3>
|
||||||
<div @click.stop class="flex flex-shrink-0">
|
<div class="flex flex-shrink-0">
|
||||||
|
|
||||||
|
|
||||||
<a :href="path"
|
<a :href="path" @click.stop
|
||||||
class="flex hover:text-secondary duration-75 active:scale-90"
|
class="flex hover:text-secondary duration-75 active:scale-90"
|
||||||
title="Download this manually (faster) and put it in the models/<your backend> folder then refresh">
|
title="Download this manually (faster) and put it in the models/<your backend> folder then refresh">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user