mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-22 05:19:03 +00:00
The previous comment described what the Vue intrinsics do but called them no-op shims without explaining the contract gap. That read as if the service was relying on dep-tracking suppression that the shim was silently violating. Rewrite the comment to make the Phase A scope explicit: this is a no-op stub by design (the API surface is the contract being stabilized, not the dep-tracking guarantee), and the real @vue/reactivity import lands together with the reactive-World contract in #11939. Adds the TODO(#11939) marker so the swap-in is grep-able alongside the rest of the Phase B handoff points. No code change - comment-only. Per Architect review #5, we deliberately do NOT add @vue/reactivity as a direct dep in Phase A.