mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 16:10:09 +00:00
style: use same-name shorthand for slot prop binding
Amp-Thread-ID: https://ampcode.com/threads/T-019c17ef-3fb9-72a6-a392-e7dccf089ee1
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
class="transition-[width] duration-150 ease-out"
|
||||
data-virtual-grid-item
|
||||
>
|
||||
<slot name="item" :item="item" :index="state.start + i" />
|
||||
<slot name="item" :item :index="state.start + i" />
|
||||
</div>
|
||||
</div>
|
||||
<div :style="bottomSpacerStyle" />
|
||||
|
||||
Reference in New Issue
Block a user