Vue 3 - Issues with reactivity when using computed properties with nested objects
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-21
vue.js vue3 reactivity
I'm facing a problem with reactivity in my Vue 3 application when using computed properties that depend on nested objects. I have a complex object structure for...