获取子组件

可在父组件里调用 this.selectComponent ,获取子组件的实例对象。(插件的自定义组件将返回 null) 调用时需要传入一个匹配选择器 selector,如:this.selectComponent(".my-component")