mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-06-22 00:41:54 +00:00
fixed click event
This commit is contained in:
@ -7,10 +7,10 @@
|
||||
<h3 class="font-bold text-lg">
|
||||
{{ title }}
|
||||
</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"
|
||||
title="Download this manually (faster) and put it in the models/<your backend> folder then refresh">
|
||||
|
||||
|
Reference in New Issue
Block a user