VueJS 3.4 – Computed value to get from two sources but set in one
The logic in my app is to fetch some array of objects from API with @tanstack/vue-query
, update some of those objects and send a patch request only for the updated objects.
Vue3 Pinia setter not setting the value
I have a simple pinia state that has a setter method:
How to get elements to be Reactive in this particular case (Vue3, Pinia)?
Hi everyone and first of all thanks anyone who will try to help.
Issue with Pinia Store: Set object methods not accessible within actions due to Proxy
I’m using Pinia for state management in my Vue.js application, and I’ve encountered an issue where Set object methods are not accessible within actions. My state is defined as follows: