How does taro get components?

how does taro get components

the original Mini Program is through

onReady: function () {
    // 
    this.ecComponent = this.selectComponent("-sharpmychart-dom-bar");
  },

obtained
but Taro does not support

Dec.16,2021

seems to be able to obtain component instances via ref

Menu