diff --git a/examples/RGBFlow/RGBFlow.vue b/examples/RGBFlow/RGBFlow.vue index 8169cd9e..4e0fa6f4 100644 --- a/examples/RGBFlow/RGBFlow.vue +++ b/examples/RGBFlow/RGBFlow.vue @@ -39,8 +39,8 @@ const store = useVueFlow({ }) + diff --git a/examples/RGBFlow/RGBNode.vue b/examples/RGBFlow/RGBNode.vue index bb122fb0..73751344 100644 --- a/examples/RGBFlow/RGBNode.vue +++ b/examples/RGBFlow/RGBNode.vue @@ -28,7 +28,7 @@ switch (props.data.color) { const onChange = (e: any) => emit('change', { color, val: e.target.value })