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
Type something in the first text box , the changes are propogated to parent component newMessage and the v-modelled computed property changes.
However the parent component does not re-render , as a result the new value is not passed down.
What is expected?
As soon the computed property changes in parent component newMessage , the component should re-render and it should cause this property to be passed down to child Component.
What is actually happening?
The components computed property changes , but the component does not re-render.
As soon as the check the checkbox , the component re-renders as its data changes.