Premise:

I need thsi.$refs to invoke a method from the component that uses the data props from the parent component.

Processing:

this.$nextTick(() => {

      this.$refs.**.**(); 

})