I'm new to vue js. I have a parent component with 2 child components inside. After first child component is loaded vueex store function is called and will update params value which is passed to second child component.
this.store.getparams
Issue is once parent is completely loaded. When second child is clicked it's not fetching new params value as parent is still holding old value. Can anyone suggest pls.