{listx.map((info, index) => { return ( <div class='visitor' key={info.id}> <CompX ref="xxxxRef"/> </div> })} coonst refsX = this.$refs.xxxxRef ; console.log(refsX ) i hope refsX is a list , but it was an object ,why ?