I would like to pass `this.$subReady.posts` value to data prop with `Reactive` ```js {{subReady2}} ---------- data(){ return {subReady2: this.$subReady.posts}; } ``` Don't work