mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
Remove extra line breaks and clean up the code
This commit is contained in:
@@ -26,11 +26,7 @@
|
||||
@update:active-index="handleActiveIndexChange"
|
||||
>
|
||||
<template #item="{ item }">
|
||||
<img
|
||||
:src="item.url"
|
||||
:alt="item.filename"
|
||||
class="galleria-image"
|
||||
/>
|
||||
<img :src="item.url" :alt="item.filename" class="galleria-image" />
|
||||
</template>
|
||||
</Galleria>
|
||||
</template>
|
||||
@@ -145,4 +141,4 @@ img.galleria-image {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user