Using : ``` this.$area.areaContent.cfg.props.some = "something"; ``` Do not trigger rerender. Workaround : ``` this.$area.areas.$forceUpdate(); ```