mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 13:10:24 +00:00
[lint] Enable plugin vue recommended rules (#3403)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
<teleport v-if="isHovered" to="#node-library-node-preview-container">
|
||||
<div class="node-lib-node-preview" :style="nodePreviewStyle">
|
||||
<NodePreview ref="previewRef" :nodeDef="nodeDef"></NodePreview>
|
||||
<NodePreview ref="previewRef" :node-def="nodeDef" />
|
||||
</div>
|
||||
</teleport>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user