I noticed that data passed as props to child component is not reactive.
According to doc: All props form a one-way-down binding between the child property and the parent one: when the parent property updates, it will flow down to the child
Example:
Data will populate after meteor subscription finish
Version: 2.0.0-beta.3 Vue version: 2.5.16, OS: Ubuntu, Browser: Chrome
I noticed that data passed as props to child component is not reactive.
According to doc: All props form a one-way-down binding between the child property and the parent one: when the parent property updates, it will flow down to the child
Example:
Data will populate after meteor subscription finish
But in props, the changes are not reflecting