CodexBloom - AI-Powered Q&A Platform

Vue 3 - Watcher Not Reacting to Nested Object Changes in Reactive State

👀 Views: 2 💬 Answers: 1 📅 Created: 2025-06-04
vue reactivity watch

I'm using Vue 3's Composition API and I've run into an issue where my watcher isn't triggering when I modify a nested property of a reactive object. Here's a si...