Vue.js refs's is a VueComponent,. So how do I get his height?

vue.js refs is a VueComponent, so how do I get his height?
ordinary tag, just use style.height, how to get VueComponent?


mounted(){
 getComputedStyle(this.$refs.xxx.$el).height   
}
Menu