mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 13:59:54 +00:00
Fix vue warning on key (#127)
This commit is contained in:
@@ -55,11 +55,6 @@ const props = defineProps({
|
||||
type: Object as PropType<ComfyNodeDef>,
|
||||
required: true,
|
||||
},
|
||||
// Make sure vue properly re-render the component when the nodeDef changes
|
||||
key: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
});
|
||||
|
||||
const nodeDef = props.nodeDef as ComfyNodeDef;
|
||||
|
||||
Reference in New Issue
Block a user