vue.js refs is a VueComponent, so how do I get his height? 
 ordinary tag, just use style.height, how to get VueComponent? 
 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   
}