Vue 3 - Issues with updating child component state from parent using provide/inject
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-21
vue.js vue-3 provide-inject
I'm currently facing a challenge in my Vue 3 application where I'm trying to update the state of a child component from the parent using the provide/inject patt...