You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the scope of this caller, the local this.deliveries is working as expected, I can see values behind the modal update when I trigger changes to the underlying data via the UI the modal offers.
Is this expected, or am I perhaps passing this incorrectly?
The text was updated successfully, but these errors were encountered:
The props values rely on v-bind directives and i don't think those are reactive (haven't try it to be honest though), maybe you could handle any need to update by using events bus? or maybe Vuex?
I am seeing a behavior that I did not expect. I am calling a modal, passing props into the component. My call to open the modal looks like this:
In the scope of this caller, the local this.deliveries is working as expected, I can see values behind the modal update when I trigger changes to the underlying data via the UI the modal offers.
Is this expected, or am I perhaps passing this incorrectly?
The text was updated successfully, but these errors were encountered: