AJAX call not updating state in Vue 3 component when using fetch API
👀 Views: 3
💬 Answers: 1
📅 Created: 2025-06-05
vue.js ajax fetch-api reactivity
I'm encountering an issue where my AJAX call is successfully fetching data from my Node.js backend, but the component state in my Vue 3 application is not updat...